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

There is not currently a way to set Parameter mappings for HttpApi Event source outside of using the DefinitionBody. Can you add support to set these Parameter mappings as can...

type/feature
stage/needs-investigation

### Description of changes Filter all code over `pyupgracde --py38-plus`. ### Description of how you validated changes After patch the code pytest has been executed. ### Checklist - [x] Adheres...

need-customer-response

https://github.com/aws/serverless-application-model/blob/81cdfc28b2ba98ab823ed9fdaae687c336ee6721/samtranslator/policy_templates_data/policy_templates.json#L2154 As described in the [docs](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-api-permissions-reference.html) the action `ChangeMessageVisibilityBatch` and `DeleteMessageBatch` require the permissions `sqs:ChangeMessageVisibility` and `sqs:DeleteMessage` making the permissions `sqs:ChangeMessageVisibilityBatch` and `sqs:DeleteMessageBatch` invalid. https://github.com/aws-cloudformation/cfn-lint/issues/4035

### Description SAM-T doesn't support using newer fields from [Cognito UserPool](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-userpooltier). In particular, there's a recent `UserPoolTier` field that was released at the end of last year. The `CognitoUserPool` model...

type/bug
contributors/good-first-issue
contributors/welcome
stage/needs-triage

### Description SAM Policy templates have outdated policies and they fail with cfn-lint (version 1.30.0) The reason of failure is rule W3037. Example: The SQSPollerPolicy: ``` "Statement": [ { "Effect":...

stage/needs-triage

We want to implement optional role configuration in SAM function templates. This would work in two ways: * When a role ARN is provided, the function will use the specified...

contributors/welcome
stage/pr

Hello With "AWS::Serverless::Application" the SAM project can be divided into multiple templates. However with the `sam deploy` command, the created changeset doesn't show an impact on resources within nested stacks....

blocked/more-info-needed
stage/needs-triage

Good day folks, could we please add support for `AWS::SSM::ResourcePolicy` it is not listed under [supported resources](https://docs.aws.amazon.com/serverlessrepo/latest/devguide/list-supported-resources.html) and publishing app with it results in: ``` ... Error: The template contains...

blocked/more-info-needed
stage/needs-triage

### Description When using `sam deploy` with the `AutoPublishAlias` property in the template it always returns the error: ``` Error: Failed to create changeset for the stack: stack-name, ex: Waiter...

stage/needs-investigation
stage/needs-triage

### Description #3627 introduced `UseAliasAsEventTarget` to `AWS::Serverless::StateMachine`. When this property is set to true, EventBridge fails to start an SFN execution due to incorrect permissions. ### Steps to reproduce Here's...

stage/needs-investigation
stage/needs-triage