serverless-application-model
serverless-application-model copied to clipboard
The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
SAM CLI, version 1.139.0 Linux When there are both POST and PUT, api events in AWS::Serverless::Function resource + Cors section in an AWS::Serverless::Api resource. I get an error: ``` Resource...
### Description I am trying to implement SnapStart on two of my lambdas. It works well, until we deployed with only changes in the layers - then a new lambda...
Hello, it seems like some Athena APIs will be deprecated starting 01.11.2025: > On October 31, 2025, Athena will remove the deprecated APIs from operation, causing any application code using...
### **Description:** Currently, when defining a `AWS::Serverless::Function`, there is no native way to configure the retention period of the associated CloudWatch Log Group. The only available workaround is to manually...
### Description After making a modification to the Globals: Function: section of a SAM template, I'd expected the change to proliferate to all of the Serverless::Function's within the template. ###...
### Description When enabling `AWS::ApiGateway::RestApi`'s [`BinaryMediaTypes`](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-binarymediatypes) for a particular type (such as `application/json`), this causes the _request's_ body to have been Base64-encoded when received, as well as the expected behaviour...
Hi there! 👋 I’m a master’s student researching **cost considerations in cloud infrastructure**. As part of this project, we ran a static analysis tool (linter) on your repository to identify...