_sam
_sam
Released in [v1.56.0](https://github.com/aws/serverless-application-model/releases/tag/v1.56.0)
@bakosa yes it will be available in next release of SAM CLI
(*I made an edit to make yaml formatted.) Assuming I understand correctly, what you are trying to do here is quite similar to one of our example "HttpApi with configuration...
> Hi @aahung , > > I found changing the template to the below structure worked. Is this the right way to construct it? > > https://gist.github.com/rockey5520/a654124bb6b891ce329470f1c0d63474 ``` + Add...
Can you post your updated template here?
As for auth support in `sam local`, it is not yet supported in AWS SAM CLI. Please refer to the issue https://github.com/aws/aws-sam-cli/issues/137
> Thank @c2tarun for answering. One question i have is, > > via SAM template is it possible to create a method OPTIONS to the httpapi gateway which does not...
Thank you for your feedback and for sharing how Unshaky has been helpful to you. I appreciate your suggestion for persistent statistics, which sounds like an interesting idea. Currently, my...
Thanks for the suggestion about improving Unshaky. The idea of resetting key duration makes sense for typical typing. I'd also add a toggle option for scenarios like gaming where multiple...
Re-labeling it to a feature request. SAM creates one integration for each event even it is using the same HTTP API. We can de-duplicate such integration creations