Skip to content

All Content tagged with AWS Serverless Application Model (SAM)

Content language: English

Filter content
Select tags to filter
Sort by
Sort by most recent
117 results
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
41
views
asked 5 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
55
views
asked 14 days 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
27
views
asked a month 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
92
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 ...
2
answers
0
votes
138
views
asked 4 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
185
views
AWS
asked 6 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
147
views
asked 6 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
283
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
287
views
asked 9 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
325
views
asked 9 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
289
views
asked 10 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
574
views
asked 10 months ago
  • 1
  • 2
  • 3
  • 4
  • 5
  • •••
  • 10
  • Page size
    12 / page