AWSTemplateFormatVersion: '2010-09-09' Transform: 'AWS::Serverless-2016-10-31' Description: An AWS Serverless Specification template describing your function. Resources: ThankYouIntent: Type: 'AWS::Serverless::Function' Properties: Handler: lambda_function.lambda_handler Runtime: python3.7 CodeUri: . Description: '' MemorySize: 128 Timeout: 3 Role: >- arn:aws:iam::601091450883:role/service-role/Thank_You_Intent-role-kvl7bb6y