aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
#### Which issue(s) does this change fix? N/A #### Why is this change necessary? There were a few things I wasn't happy with reflecting on some of my previous code,...
#### Which issue(s) does this change fix? #### Why is this change necessary? #### How does it address the issue? #### What side effects does this change have? #### Mandatory...
With `multiple_values_per_key=True`: `Key1=Value1 Key1=Value2` -> `{Key1: [Value1, Value2]}` Without `multiple_values_per_key` specified (before this change): `Key1=Value1 Key1=Value2` -> `{Key1: Value2}` #### Which issue(s) does this change fix? N/A #### Why is...
#### Which issue(s) does this change fix? #4107 #### Why is this change necessary? This change will allow for multiple pipeline templates to be managed in one Git repository rather...
Enable the customer to set custom working directory to run the Makefile for custom lambda builders. #### Mandatory Checklist **PRs will only be reviewed after checklist is complete** - [...
### Describe your idea/feature/enhancement Provide a clear description. Ex. I wish SAM CLI would [...] I wish SAM CLI would provide a sub command (and or transparent option) to have...
Related: From https://github.com/aws/aws-sam-cli/pull/4065, I changed some file names and refactored the environment variable validation to the command entry point so that it fails faster in the case of invalid environment...
Previous to this commit, `sam local api` would only return CORS headers when an OPTIONS request is made. This causes issues for browsers, which expect at the very least "Access-Control-Allow-Origin"...
Hello. This is most likely a misunderstanding on my part. I am using a Github Action workflow running ubuntu-latest, with python 3.9, with aws-actions/setup-sam@v2. After running sam build and validate,...
#### Which issue(s) does this change fix? This was not reported so far, based on a quick research among this repository issues. #### Why is this change necessary? Currently AWS...