Patrick Werz
Patrick Werz
You can use this CF ressource as a workaround: RequestValidator: Type: AWS::ApiGateway::RequestValidator Properties: Name: 'custom-req-param-validator' RestApiId: !Ref ApiGatewayRestApi ValidateRequestParameters: true ValidateRequestBody: true And then reference it in you function event:...
Would also bei interested ...
Thanks for your reply. I updated serverless framework and this plugin to the latest version. Today I created a new aws environment (serverless created a new stack) and everything worked...
I also tried to get it running on lambda. No success. Using AWS Apprunner was very easy.
Are there any plans to increase this limit or make it configurable?
Have you found a workaround to this problem?
Same problem. The most niche app I am using are Postman and Webstorm.