All Content tagged with AWS Serverless Application Model (SAM)
Content language: English
Select up to 5 tags to filter
Sort by most recent
Hi Team,
I'm currently trying to test my Lambda function locally using the SAM CLI with the command `sam local invoke -e events/requests/event.json` or through the VSCode debugger by specifying the...
I want to change the Stage created when creating API Gateway with AWS SAM from Prod to a custom name
Hello.
I am creating an API Gateway using AWS SAM.
At that time, I am trying to name "dev" as "StageName".
However, when I actually deploy it, a stage named "Prod" is created.
Is it not...
Hi AWS Community,
I'm reaching out for help with a frustrating issue I've been facing. Despite granting full access to CloudFormation stacks, I'm still encountering an AccessDenied error. This is...
I have small configuration file(local.yaml) and want to include it to lambda built by cargo lambda.
When using cargo lambda only, I can include config.yaml by running `cargo lambda build...
Hi
I am trying to create Single API Gateway with 3 stages ( dev, stg and prod) and each stage pointing to Lambda
Here is my code, but I am not able to achieve , please help
Hi
I am trying to...
Hello AWS Community,
I'm encountering an issue while debugging the default Node.js Lambda function created by the AWS Toolkit for Visual Studio Code. Specifically, the event body from event.json file...
Hi,
I tried to add all the models to my Amazon account. I want to add them to N.Virgnia Region. I created this account yesterday and the account verification process is already done.
I have added...
I am trying to create a serverless website on AWS. For that, I used AWS RDS and connected to MySQL. I have created a Maven project in Eclipse and added the MySQL connector dependencies. The two main...
Hello everyone,
I'm currently working with the AWS Serverless Application Model (SAM) to manage my Lambda functions. I'd like to know if it's possible to deploy a specific Lambda function within my...
I will tell you the whole story and how I got to the error so you will have more insight into my error so your answer might be more indicative of my overall issue.
So I created Prod env manually, and...
I'm attempting to deploy [this example](https://containersonaws.com/pattern/api-gateway-fargate-cloudformation) stack from [Containers on AWS](https://containersonaws.com/). I've copied the templates...
Hi everyone.
Can I add my custom Policies to my SQS queue in SAM template. I have tried but SAM give me error:
Properties validation failed for resource
QueueTemplateSplash with message:...