aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
**Description:** It seems that Conditional attribute is not being respected for `AWS::Serverless::Application` **Steps to reproduce the issue:** 1. Define `AWS::Serverless::Application` pointing to non-public application in us-east-2 2. Add conditional statement...
### Description When a Lambda throws an error, the SAM tool prints the exception, but a zero exit code is returned. ### Steps to reproduce Create a Lambda that throws...
### Description SAM build runs maven tests and fails with Credentials not found error. ### Steps to reproduce 1. Run SAM build for a maven backed lambda like below. `/usr/local/bin/sam...
`sam init --runtime go1.x` appears to create an API gateway type of function. What happens if I want to create a function that gets triggered by SNS or some direct...
I have a template for an AppSync Pipeline Function that references a different template depending on a condition. While SAM normally translates the location to the proper s3 location, it...
### Description I'm not able to use git/ssh based dependencies using PIP and SAM. Using a git dependency in my requirements.txt file like this: git+ssh://[email protected]/myaccount/example.git When running sam build from...
### Description When using AWS SAM for local development, I can introduce environment variables by setting them in the template with no value, and then defining them in my environment....
### Description I am running a local service with `start-lambda` and interacting with it from the Node SDK. It appears that the function `ClientContext` is `undefined` despite sending it correctly...
**Description:** When invoking a function locally, which relies on a layer built locally as well, the function cannot find the module which is part of the layer. When uploading that...
Does anyone has successfully debug the Lambda function using TypeScript? If so, can you share configurations?