Help us improve the AWS re:Post Knowledge Center by sharing your feedback in a brief survey. Your input can influence how we create and update our content to better support your AWS journey.
Questions tagged with AWS Serverless Application Model (SAM)
Content language: English
Filter questions
Select tags to filter
Sort by
Sort by most recent
Browse through the questions and answers listed below or filter and sort to narrow down your results.
117 results
Hi everyone.
I'm creating a SAM App using Docker. Everthing was working well untill I upgraded Docker to versión 4.56. When runnin `sam local invoke`, the shell started to show this message.
**Error...
1
answers
0
votes
16
views
asked 2 days ago
I am creating an API Gateway along with the corresponding Lambdas that act as API endpoints. My idea is to have them separated into two stages: test and prod. I would also like to use stage variables....
2
answers
0
votes
53
views
asked 10 days ago
Tags:
amazon-cloudformation
aws-sam
aws-serverless-application-model
iam-permissions
ap-northeast-2
Refined Post Content:
## Problem Statement
SAM/CloudFormation deployment fails with authorization er...
3
answers
0
votes
26
views
asked a month ago
Hi everyone,
I’m using AWS SAM with a template.yaml that defines several Lambda functions and a DynamoDB table. During a recent deployment, my new template.yaml did not include the DynamoDB table res...
1
answers
-1
votes
91
views
asked 3 months ago
Account ID: 515497299286
Exact Error: User is not authorized to perform: cloudformation:CreateChangeSet on resource: arn:aws:cloudformation:us-east-2:aws:transform/Serverless::2016-10-31
Evidence of ...
Accepted AnswerAWS Serverless Application Model (SAM)
2
answers
0
votes
134
views
asked 4 months ago
IHAC trying to steer developers to use Docker Desktop alternatives to avoid Docker’s license push. It works well in most cases, especially on macOS. It works differently in Windows machines due to the...
1
answers
0
votes
183
views
asked 6 months ago
Issue: Stack stuck in ROLLBACK_COMPLETE state due to insufficient SQS permissions during initial SAM deploy.
Steps:
1. Ran `sam deploy` to create an S3 bucket and an SQS queue.
2. IAM role did not ha...
1
answers
0
votes
143
views
asked 6 months ago
I see that the [docs](https://docs.aws.amazon.com/lambda/latest/dg/gettingstarted-limits.html#function-configuration-deployment-and-execution) state:
> 50 MB (zipped, when uploaded through the Lambd...
1
answers
0
votes
279
views
asked 9 months ago
In my template.yaml, when I connect a lambda to an s3 bucket in the Infrastructure Composer (running in VS Code) it creates an Events: property in the lambda.
```
handleS3uploadFunction:
Type:...
2
answers
0
votes
286
views
asked 9 months ago
I get a notice that `unzipped size must be smaller than X bytes` when I try to deploy with `sam` or even `aws lambda publish-layer-version`
However, if I upload my layers to S3 first, then I can depl...
2
answers
0
votes
325
views
asked 9 months ago
0
I have 2 Lambda functions, function A will invoke function B with the following code:
```
response_lambda = lambda_client.invoke(
FunctionName='arn:aws:lambda:ap-southeast-2:somerandomtext:...
2
answers
0
votes
288
views
asked 10 months ago
Im looking a way to prepare my python lambda layers, zip them up, and deploy them to a specific corresponding lamba layers for a specific cloudformation stack instance.
Ideally I could do this using ...
2
answers
0
votes
573
views
asked 10 months ago