Castro Roy
Castro Roy
### Description `ContentUri` property of `AWS::Serverless::LayerVersion` behaves differently depending on the command used and it is annoying. Currently, I have to use 2 different values, once to `sam local invoke`...
### Describe your idea/feature/enhancement When creating a `Function` with the following `Event` ```YAML Events: Post: Type: HttpApi Properties: Path: /username ApiId: !Ref MyApi Method: POST Auth: Authorizer: OAuth2Authorizer ``` If...
### Description: I have an `AWS::Serverless::HttpApi` resource with the `CorsConfiguration` property. The template deploys ok and I can get a successful response from the endpoint sending a `GET` request using...
Here is a reduced example of what I'm trying to do. I have a class with a function that looks like this: ```js // at the top of the file...