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.
*Issue #1851* *Description of changes:* - integration test - unit test(s) - added a full role to also support stop and startSync - added action property to event source (can...
*Description of changes:* Step Functions recently released a new CloudFormation property called Definition, which allows users to specify their state machine definitions in object format. Since SAM already supported users...
*Issue:* #2004 *Description of changes:* Add a new policy template "QLDBSendCommandPolicy" *Description of how you validated changes:* *Checklist:* - [X] Write/update tests - [ ] `make pr` passes - [...
*Issue #, if available:* #1403 - Feature improvement *Description of changes:* Add ability to add validators if no Model is present. In some cases, when request Parameters is present but...
I have a SAM template deploying three resources: An ApiGateway, a Lambda Function and a ApiGateway BasePathMapping. ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Parameters: StageName: Type: String Resources: api: Type: AWS::Serverless::Api...
If conditional resource creation is eventually supported you might also have to support conditional events as in the following example where in some environments a bucket might not already exist...
Parent tracking Issue for a large class of questions - "Can SAM modify existing resources?". More specifically: - Can SAM add API path to an existing API Gateway resource? (#232)...
Hi, I am facing an issue where Event is not being created and associated with Lambda, although it is specified in SAM: ```yaml AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: Example Resources:...
Hi, I don't believe there is currently a way to create and attach client certificates in API GW stages via SAM. This is the one issue that is preventing me...
There was a [discussion on Twitter](https://twitter.com/esh/status/971230695157678080) that made me wonder if we should support Lambda@Edge native in SAM. We already have a SAM example showing how to enable Lambda@Edge -...