AWSTemplateFormatVersion: "2010-09-09" Transform: AWS::Serverless-2016-10-31 Globals: Function: Timeout: 10 Resources: HelloWorldFunction: Type: AWS::Serverless::Function Properties: CodeUri: before/Python/function_simple/ Handler: app.lambda_handler Runtime: python3.10 Tracing: Active MyInvalidProperty: True