AWSTemplateFormatVersion: '2010-09-09' Transform: 'AWS::Serverless-2016-10-31' Description: An AWS Serverless Specification template describing your function. Resources: SmartHotelBackend: Type: 'AWS::Serverless::Function' Properties: Description: '' Handler: index.handler MemorySize: 128 Role: >- arn:aws:iam::313327970627:role/service-role/SmartHotelBackend-role-zsk0zjag Runtime: nodejs10.x Timeout: 3