Hugo Durães

Results 11 comments of Hugo Durães

@tkeeber you can workaround this issue by not defining the `RequestModel` on your function resource (commented out the `RequestModel` bit): ```yaml Resources: ApiName: Type: AWS::Serverless::Api Properties: StageName: foo DefinitionBody: 'Fn::Transform':...