serverless-application-model icon indicating copy to clipboard operation
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.

Results 207 serverless-application-model issues
Sort by recently updated
recently updated
newest added

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

pr/external
maintainer/need-response

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

pr/external
maintainer/need-response

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

area/policy-templates
pr/external
maintainer/need-response

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

pr/external
maintainer/need-followup

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

type/docs
area/examples
contributors/good-first-issue
maintainer/need-followup

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

area/cloudformation
type/feature
priority/2-important
stage/pm-review
maintainer/need-response

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

type/feature
stage/pm-review
maintainer/need-response

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

type/bug
area/event-source
breaking-change
stage/pm-review
maintainer/need-followup

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

area/cloudformation
type/feature
area/example-needed
maintainer/need-response

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

area/resource/function
type/feature
stage/needs-feedback
stage/pm-review
maintainer/need-response
area/new-resource