Questions tagged with AWS Serverless Application Model (SAM)

Content language: English

Select tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

108 results
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
57
views
asked 3 days 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
68
views
asked 19 days 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
68
views
asked a month 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
46
views
asked a month 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
41
views
asked 2 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
44
views
profile picture
asked 2 months ago
I am trying to create a CloudWatch alarm for a group of Lambda functions that share a specific tag (e.g., Environment=qa01 or ApplicationName=Energy). Currently, the alarm works when I specify exact ...
2
answers
0
votes
174
views
asked 3 months ago
I'm getting stuck trying to add a layer to the hello world example for nodejs generated through `sam init`. I created a layer in the template file: ``` SampleLayer: Type: AWS::Serverless::LayerV...
2
answers
0
votes
236
views
asked 3 months ago
I have a backend service consisting of 29 Lambda functions deployed with AWS SAM with versioning enabled. In the past few months deployments became flaky and sometimes only succeed after several re-ru...
1
answers
0
votes
354
views
asked 3 months ago
I have a sam template with a common runtime dependency defined in `Resources` as: ``` RuntimeDependenciesLayer: Type: AWS::Serverless::LayerVersion Metadata: BuildMethod: makefile P...
1
answers
0
votes
140
views
profile picture
asked 4 months ago
Looking for Amplify Gen2 Experts to Collaborate! 🚀 Hi everyone! 👋 I’m an independent developer building a multi-tenant application using Amplify Gen2. The backend is mostly set up with: Multi-ten...
1
answers
0
votes
119
views
asked 4 months ago
Once in a while SAM’s “local-api” command will give an error (see below). The best I can make of the root cause is that the cdk output template for the Lambda Integrations stack contains “Fn:ImportVal...
1
answers
0
votes
147
views
AWS
asked 4 months ago