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

#### Which issue(s) does this change fix? #4034 https://github.com/aws/aws-cdk/issues/21134 #### Why is this change necessary? Currently, SAM CLI extract SamResourceId from last second string of `aws:cdk:path` value. But, CDK possibly...

pr/external

When creating a Lambda SAM Application, I get a permissions error. `Error: Unstable state when updating repo. Check that you have permissions to create/delete files in C:\Users\user\AppData\Roaming\AWS SAM directory` Attached...

area/init

#### Which issue(s) does this change fix? #1893 #### Why is this change necessary? This change is needed to support git dependencies accessed over SSH, for builds executed inside docker...

pr/external
maintainer/need-followup

#### Which issue(s) does this change fix? #4059 #### Why is this change necessary? When defining an `aws_lambda.DockerImageFunction` construct using the CDK, the docker image is configured with code like...

pr/external
area/cdk
maintainer/need-followup

#### Which issue(s) does this change fix? https://github.com/aws/aws-sam-cli/issues/2502 https://github.com/aws/aws-sam-cli/issues/2920 #### Why is this change necessary? Prevents a 502 response from local-api when making concurrent requests against warm runtime. #### How...

area/local/start-api
area/local/invoke
pr/external
maintainer/need-response
area/local/start-invoke
stage/needs-triage

I currently am able to stand up an entire system of REST API microservices using docker-compose. These REST API microservices are written in all kinds of languages and frameworks, none...

area/docker
maintainer/need-followup

I'm using the tool to spin up locally an API gateway and run my lambda functions. However, I don't know how to configure an authorizer in `template.yml` In my `template.yml`...

type/feature
priority/2-important
stage/pm-review
maintainer/need-followup
area/local

Hi Team, When trying to use the AWS SAM Local with Node.js per example it fails with the following error: ``` Error: Missing AWS Lambda trace data for X-Ray. Expected...

type/feature
priority/2-important
maintainer/need-followup
area/local

Implement support for the execution of custom authorizers when defined in the API swagger template. The implementation should at least run the authorizer function, capture the output template, and verify...

priority/3-long-term
type/feature
area/api-integration
stage/pm-review
maintainer/need-followup

It would be very useful to be able to get the deployment history for a SAM application from the command line. Right now, a developer relies on git to track...

type/feature
stage/pm-review
maintainer/need-followup