Castro Roy

Results 4 issues of 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`...

type/bug
area/deploy
stage/needs-investigation
area/layers
area/local/invoke
maintainer/need-response

### 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...

type/feature
area/local/start-api
stage/pm-review

### 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...

type/bug
type/documentation
stage/bug-repro
maintainer/need-followup

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...