By using AWS re:Post, you agree to the AWS re:Post Terms of Use

All Content tagged with AWS Serverless Application Model (SAM)

Content language: English

Select up to 5 tags to filter
Sort by most recent
92 results
I have a multi-tenant application with the following setup: * **Frontend**: Telerik Blazor * **Backend**: .NET Core AWS Serverless Application * **Database**: SQL Server (each tenant has its own data...
1
answers
0
votes
18
views
asked a day ago
I used '@azure/identity' package for my Lambda function. If I import but doesn't use the module, the Lambda function is error-free, however when I actually use the module by adding this code: class S...
1
answers
0
votes
25
views
asked 6 days ago
I have created 2 stacks in 2 different regions: * 1 bucket as a secondary * 1 bucket is primary I try configuring the policy and access point in the **primary stack**. Still, I find it impossible bec...
3
answers
0
votes
29
views
asked 14 days ago
I am playing witn sam init. Created hello world typescript example When deployed, it creates "/Prod/hello" I want to speciify (in an .env if possible) the first segment as "staging" , "dev", "prod" ....
1
answers
0
votes
27
views
asked 17 days ago
I'm using SAM to deploy lambda function with version. When redeploy function, I want to publish a new version for it. Please refer to SAM template file. Function is deployed successfully and new vers...
2
answers
0
votes
82
views
asked a month ago
I posted this question on Stack Overflow (https://stackoverflow.com/questions/79007070/adding-an-sns-destination-to-a-lambda-using-sam) but I thought I would try here as well. I am working on a lambda...
1
answers
0
votes
74
views
asked 2 months ago
Hello, I am developing an API using AWS SAM and OpenAPI 3.0.0, and one of the endpoints will integrate with a Step Function. I have configured the integration using Application Composer in asynchrono...
0
answers
0
votes
42
views
asked 3 months ago
Hello, I’m building a backend with AWS SAM and using Lambda functions (Node.js runtime with TypeScript) to process HTTP requests and send responses. The project integrates Prisma ORM to interact with...
1
answers
0
votes
104
views
asked 3 months ago
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 p...
1
answers
0
votes
147
views
asked 3 months ago
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 possi...
1
answers
0
votes
175
views
profile picture
EXPERT
asked 3 months ago
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 rea...
2
answers
0
votes
290
views
asked 4 months ago
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 --output-for...
1
answers
0
votes
289
views
asked 4 months ago