Questions tagged with AWS Serverless Application Model (SAM)

Content language: English

Select up to 5 tags to filter
Sort by most recent

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

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...
0
answers
0
votes
62
views
Yash
asked 2 days ago
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...
1
answers
0
votes
49
views
Amila
asked 2 days ago
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...
2
answers
0
votes
202
views
Gokul
asked 13 days ago
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...
1
answers
0
votes
171
views
profile picture
Vava
asked 15 days ago
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...
1
answers
0
votes
316
views
Guy
asked 19 days ago
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...
1
answers
0
votes
319
views
stu
asked 21 days ago
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:...
1
answers
0
votes
155
views
asked a month ago
I am migrating the Google push notification service legacy FCM APIs to HTTP v1 in AWS Pinpoint using a serverless setup. Currently, i am facing an issue with passing the ServiceJson value as a string....
1
answers
0
votes
126
views
asked a month ago
Hi, I know that Kinesis Data Stream has native support on SAM to create serverless Apps. However, when checking the...
1
answers
0
votes
122
views
profile picture
Jona
asked a month ago
Hi, I've tried lot of configs on python logging, but I can get rid of the UUID preceding the messages neither the messages to be correctly aligned ![Enter image description...
4
answers
0
votes
115
views
profile picture
Jona
asked a month ago
Can somebody guide me on this?. When running `sam validate --lint` I got the many errors SAM Template: ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description:...
1
answers
0
votes
89
views
profile picture
Jona
asked a month ago
Hi, I'm developing a Lambda Function to be triggered by a file uploaded to S3. This is my SAM File ``` AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description:...
1
answers
0
votes
314
views
profile picture
Jona
asked a month ago