All Content tagged with AWS Serverless Application Model (SAM)

Content language: English

Select up to 5 tags to filter
Sort by most recent
101 results
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
48
views
asked a day 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
42
views
asked 5 days 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
67
views
profile picture
asked a month 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
71
views
asked a month 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
57
views
AWS
asked a month ago
Serverless computing has revolutionized application development, allowing developers to build and run applications without managing infrastructure. AWS provides a robust suite of services to enable se...
2
answers
1
votes
46
views
profile picture
asked a month ago
I am attempting to locally debug a python Lambda function that uses layers for both a custom python core utility file and associated dependencies. My project structure looks like: ``` .aws-sam ├── ...
1
answers
0
votes
66
views
asked a month ago
I wrote SAM code to create S3 and Lambda resources, but the deployment failed. Could you help me identify what went wrong? Error Message: `AWS::Serverless-2016-10-31 is null` Project Structure: ```...
1
answers
0
votes
38
views
asked a month ago
Dear Team, I am new to deployment process and have started exploring it through the AWS official documentation. However, I find the topic and its workflow a bit complex to grasp initially. Could any...
1
answers
0
votes
36
views
profile picture
asked a month ago
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...
2
answers
0
votes
53
views
asked 2 months 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
51
views
asked 2 months 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
53
views
asked 2 months ago