aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
### 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...
### 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....
### 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`...
### 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....
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...
## 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...
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...
### 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...
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...
### 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...