aws-sam-cli icon indicating copy to clipboard operation
aws-sam-cli copied to clipboard

CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM

Results 385 aws-sam-cli issues
Sort by recently updated
recently updated
newest added

**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...

type/feature
area/build
area/intrinsics
maintainer/need-followup

### 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...

stage/needs-feedback
maintainer/need-followup

### 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...

stage/needs-investigation
maintainer/need-response

`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...

area/examples
area/init
stage/pm-review
maintainer/need-followup

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...

area/package
type/feature
maintainer/need-response

### 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...

area/build
maintainer/need-followup

### 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....

type/ux
type/feedback
maintainer/need-followup

### 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...

area/lambda-invoke
type/ux
type/feature
priority/2-important
maintainer/need-response

**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...

type/feature
priority/2-important
stage/needs-investigation
area/layers
maintainer/need-followup

Does anyone has successfully debug the Lambda function using TypeScript? If so, can you share configurations?

type/question
maintainer/need-followup