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 To debug mount problems within docker it would be great to have some debug messages about what is being mounted into the lambci container. ### Additional Details **I...

priority/4-nice-to-have
area/docker
type/feedback
maintainer/need-followup

### Description Node 8 and Node 10 do not appear to have consistent text output (flushing?) on Ubuntu. ### Steps to reproduce On Ubuntu 1. `sam init -r nodejs10.x` 1....

type/bug
maintainer/need-followup

### Description I'm working on a very simple (public) example service, using lambda and sam (also gradle 5 and kotlin). When I run `sam build` and later `sam package`, `sam`...

area/build
maintainer/need-followup

### Description Briefly describe the bug you are facing. `sam local start-api` does not handle 403 responses properly. Function Processing is completed, but function times out without returning a response....

stage/needs-investigation
maintainer/need-followup

I have a Lambda + API Gateway deployment working fine, but when I try to invoke the same ZIP file locally I get a `ClassNotFoundException` for the same handler string...

stage/needs-investigation
maintainer/need-followup

## Background I use docker-machine as my docker daemon, so I have one VM per project, which I can destroy when I'm done, keeping my host system pristine and without...

type/ux
type/feature
area/docker
stage/needs-feedback
type/feedback
maintainer/need-response

Most of my SAM applications have a handful of functions and overall contain a small amount of code. I have started putting that code all together and deploying it to...

area/bestpractices
type/ux
priority/3-long-term
type/feature
area/build
stage/pm-review
maintainer/need-followup

### Describe your idea/feature/enhancement I would like for the generated template when running "sam init ..." to include at least one environment variable in the Lambda function, an env_vars.json with...

contributors/good-first-issue
area/examples
contributors/welcome
area/init
type/feedback

In my SAM template, I need to setup Cognito User Pools Authorizer for my Api gateway. I'm trying to follow [this example](https://github.com/awslabs/serverless-application-model/tree/master/examples/2016-10-31/api_cognito_auth). However, from the beginning, I encountered error. Firstly...

type/feature
priority/2-important
area/validate
maintainer/need-response

### Description sam build and dotnet lambda package-ci produce different templates ### Steps to reproduce 1. Create AWS Serverless App (C#) with Visual Studio 2019 AWS Toolkit. 2. Make sure...

platform/windows
stage/needs-investigation
maintainer/need-response