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:** When you use sam local invoke on a Lambda having layers, it fails with Error: Credentials provided are missing lambda:Getlayerversion policy that is needed to download the layer or...

type/feature
maintainer/need-response

### Description When doing a sam deploy I am getting issues as information is being written to the stderr when uploading sam deployments to s3. Surely if you want to...

area/package
maintainer/need-followup

### Describe your idea/feature/enhancement ![image](https://user-images.githubusercontent.com/39839589/74185353-53070700-4bfd-11ea-9e5b-6d57667f4543.png) The list of runtimes shown in `sam init` are hard to look through. For example, if I was interested in a node app, I have...

type/ux
area/init
maintainer/need-followup

### Description The 1st meaning, when using Python or Node, many users interpret "hot-reload" to mean that if you edit your source code, then `sam local start-api` will pick up...

area/local/start-api
maintainer/need-response

### Description I am setting up a serverless app that is composed of an S3 bucket, a lambda function and API Gateway. I need my S3 bucket to trigger a...

area/cors
maintainer/need-response

I have a multi-developer project that has several lambda functions. Some are written in Go and some are in Python. The python functions require a few native compiled libraries. When...

area/build
maintainer/need-followup

### Description Trying to create Python Lambda function from PyCharm not working ### Steps to reproduce Invoke Lambda creation using "Create new AWS Lambda..." Runtime: Python 3.7 requirements.txt: https://pastebin.com/HpU1it63 Run...

stage/needs-investigation
maintainer/need-followup

### Description I know there are some issues already created for 'sam build' in an environment with an SSL intercept and I think I have resolved those on my local...

area/deploy
maintainer/need-followup

### Describe your idea/feature/enhancement I want to generate an API GW event to test my lambda locally. My lambda expects queryStringParameters. I tried: `sam local generate-event apigateway aws-proxy --method GET...

type/feature
area/local/generate-event
maintainer/need-followup

### Describe your idea/feature/enhancement In a requirements.txt file I can have something like this: git+ssh://[email protected]/path/to/my.git If I do a sam build on this, it works. But if I add --use-container...

area/build
maintainer/need-response