Get Hands-on with Amazon EKS - Workshop Event Series
Whether you're taking your first steps with Kubernetes or you're an experienced practitioner looking to sharpen your skills, our Amazon EKS workshop series delivers practical, real-world experience that moves you forward. Learn directly from AWS solutions architects and EKS specialists through hands-on sessions designed to build your confidence with Kubernetes. Register now and start building with Amazon EKS!
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
134
views
asked 19 days 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
103
views
asked a month 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
76
views
asked a month 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
49
views
asked 2 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
111
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
161
views
asked 5 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
221
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
158
views
asked 7 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
303
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
295
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
345
views
asked 10 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
298
views
asked 10 months ago