serverless-application-model Questions
17
I am building a serverless application using AWS Lambda and API Gateway via Visual Studio. I am working in C#, and using the serverless application model (SAM) in order to deploy my API. I build th...
Timberland asked 7/1, 2019 at 0:29
2
When I run my lambda code, I get the following error:
The ciphertext refers to a customer master key that does not exist, does not exist in this region, or you are not allowed to access.
I have ...
Tui asked 19/11, 2018 at 15:12
10
I'm following this tutorial to learn how to use SAM.
Here's the code I have:
template.yml:
AWSTemplateFormatVersion : '2010-09-09'
Transform: AWS::Serverless-2016-10-31
Resources:
HelloWorldFun...
Bloodyminded asked 19/7, 2019 at 10:39
3
Solved
From this answer I understand that SAM is a transform of Cloudformation.
Is there a way to get the transformed Cloudformation template from a SAM template via the console, CLI, or another way?
Glazing asked 6/4, 2020 at 1:50
2
I'm trying to access secrets created in secrets manager(https://aws.amazon.com/secrets-manager/) via SSM (Systems Manager- https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manag...
Toxoid asked 27/5, 2019 at 4:41
0
I've been trying to use a single APIGateway across multiple SAM templates. For this, I've tried importing the RestApiId from the base template on other SAM templates and use it under the event sect...
Monoculture asked 11/2, 2021 at 10:3
1
Solved
I'm developing my first lambda in Code9 that suppose to be triggered by S3 event. Unfortunetly, when I'm trying to deploy, I'm constantly getting CloudFormation Error:
"The event is not supp...
Fernferna asked 1/11, 2020 at 16:50
1
I'm using AWS SAM and running against Node 10.x.
Would love to pass in the flags for experimental modules and top level await.
Thanks!
Gastrocnemius asked 28/6, 2019 at 17:59
1
Solved
I have an apparently-simple requirement to create a proxy resource in SAM (Amazon's Serverless Application Model). So simple in fact that Amazon's documentation appears to leave this as an exercise...
Meddlesome asked 27/1, 2019 at 6:26
3
Solved
According to the documentation for AWS::Serverless::Function in the Serverless Application Model, it is possible to specify a list of IAM Policy Document Objects (PDO) for the Policies property of ...
Namesake asked 29/6, 2018 at 17:8
1
© 2022 - 2024 — McMap. All rights reserved.