python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
sam local invoke function timeouts when connecting to dynamodb docker compose
I am trying to connect a local sam app (hello world example) to a dynamodb docker container running with docker compose. When I try to execute the lambda functions locally with python3 everything work...
Marc Albrand
Votes: 0
Answers: 1
How can I use Fn::GetAttr only when the resource exist?
I'm making one main stack and two nested stack.
The first nested stack is a stack which creates Lambda.
And the second nested stack creates Apigateway.
When making the Apigateway I send some Lambda ou...
Soo
Votes: 0
Answers: 1
How can i add a file to my AWS SAM lambda function runtime?
While working with aws i need to load a WSDL file in order to setup a soap service. The problem I now encounter however is that i don't know how i can possibly add a file to the docker container runni...

HenriDev
Votes: 0
Answers: 1
sam build --use-container --debug not working
sam build --use-container is not working, just exit without any logs. I tried with debug still same issue.
$ docker --version
Docker version 20.10.8, build 3967b7d
$ sam --version
SAM CLI, version 1.3...
Sai Prasad Mukthapuram
Votes: 0
Answers: 1