Dave Baghdanov
Dave Baghdanov
Is there a reason this can't be overridden in the serverless.yml definition? I'd like to be able to define custom mapping definitions in the request template.
I receive the same error even if I use a non-null value: ```yaml SomeLambdaFunction: Type: AWS::Serverless::Function Properties: Handler: myproject Runtime: dotnet6 FunctionName: myLambdaFunction CodeUri: ./src/my-project/ INVALID: 'this is an invalid...
Came here to complain about this same problem. We use devcontainers with aws projects which need to open a browser to authenticate with sso just fine. And AWS also has...
> This is a definite improvement in readability, but for a parameter value that is an array it's still cumbersome due to the need for escape characters: > > ```...