Ongoing service disruptions
For the most recent update on ongoing service disruptions affecting the AWS Middle East (UAE) Region (ME-CENTRAL-1), refer to the AWS Health Dashboard. For information on AWS Service migration, see How do I migrate my services to another region?
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.
118 results
# CloudFormation Early Validation Error When Adding Multiple Lambda Functions
## Summary
Getting `AWS::EarlyValidation::ResourceExistenceCheck` failure when trying to add 7 new Lambda functions to a...
1
answers
0
votes
245
views
asked a month ago
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...
2
answers
0
votes
144
views
asked 2 months 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
93
views
asked 2 months 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
65
views
asked 3 months 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
141
views
asked 4 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
180
views
asked 6 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
254
views
asked 7 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
172
views
asked 8 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
338
views
asked 10 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
324
views
asked 10 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
385
views
asked a year 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
311
views
asked a year ago