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? N/A #### Why is this change necessary? There were a few things I wasn't happy with reflecting on some of my previous code,...

pr/external
area/sync
stage/needs-triage

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

pr/external
stage/needs-triage

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

pr/external

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

pr/external
area/pipeline
stage/needs-triage

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

area/build
pr/internal

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

type/feature
area/deploy

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

pr/external
stage/needs-triage

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

pr/external
maintainer/need-response

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

maintainer/need-response

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

area/local/start-api
area/local/invoke
pr/external
maintainer/need-followup
area/local/start-invoke