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.
114 results
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
42
views
asked 10 days 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
59
views
asked 2 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
87
views
asked 4 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
92
views
asked 4 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
211
views
asked 7 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
234
views
asked 7 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
241
views
asked 7 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
241
views
asked 7 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
450
views
asked 8 months ago
Hi,
I currently have a nested stack stuck in UPDATE_ROLLBACK_IN_PROGRESS for some time - it was previously stuck in UPDATE_IN_PROGRESS and I was told that my attempts to cancel the stack update faile...
1
answers
0
votes
254
views
asked 8 months ago
What I'm trying to do is to deploy one template using SAM and building x64 docker images from my laptop and then modify the SAM / Cloudformation template in a pipeline to build an ARM image and deploy...
1
answers
0
votes
107
views
asked 9 months ago
Dear Team,
Please help me done this task. Give me the instruction that i want to get more exposure
Your application traffic fluctuates throughout the day, so you want to set up Auto Scaling based on...
1
answers
0
votes
93
views
asked 9 months ago