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!
All Content tagged with AWS Serverless Application Model (SAM)
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
119 results
Henrique SantanaEXPERT
published 5 days ago0 votes67 views
AWS introduced Lambda durable functions, enabling developers to build reliable, long-running applications using familiar programming languages while maintaining the simplicity of writing code like a m...
# 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
110
views
asked 16 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
84
views
asked 24 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
75
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
47
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
110
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
157
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
213
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
157
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
297
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
293
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
341
views
asked 10 months ago