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

### Describe your idea/feature/enhancement sam publish command currently only publish the template to SAR. But if the template has nested applications in it that is referenced to local templates, it...

type/feature
area/publish
area/nested-stacks
maintainer/need-response

### Describe your idea/feature/enhancement SAM CLI should provide a command to generate a swagger/OpenAPI definition file given a SAM template. SAM has this great convenience feature where it authors the...

type/feature
maintainer/need-response
area/new-command

### Description When running `sam start-api` with a template that includes AWS::ApiGateway::Methods, AWS::ApiGateway::RestApi, AWS::ApiGateway::Resource, and AWS::ApiGateway::Stage resources (as announced in [0.21](https://github.com/awslabs/aws-sam-cli/releases/tag/v0.21.0)), it doesn't append the Stage name to the mounted...

type/bug
area/local/start-api
maintainer/need-followup

### Description I'm running two transforms on my template, a custom transform and `AWS::Serverless`. My first transform leverages syntax that breaks sam validation. While I don't necessarily expect sam to...

type/bug
area/validate
maintainer/need-followup

### Description `sam local invoke` fails due to `sam build` not providing all the needed file permissions for a successful mount into docker. Likely too many assumptions by `sam build`...

type/bug
maintainer/need-followup

``` Globals: Api: Cors: AllowOrigin: "'http://localhost:9000'" AllowCredentials: "'true'" AllowMethods: "'GET,POST'" AllowHeaders: "'*'" ``` I have seen this: https://github.com/awslabs/serverless-application-model/issues/1166 But `AllowCredentials` is definitely not working for either `true`, `"true"` or `"'true'"`....

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

### Describe your idea/feature/enhancement I got a mystic error (await needs to be in async) but error only traces back to `UserFunction.js`, how can I access this file so I...

stage/needs-investigation
maintainer/need-followup

### Describe your idea/feature/enhancement I'm on Fedora 31 which, by default, ships with Podman instead of Docker. By installing `podman-docker` on top, most Docker workflows work pretty great out of...

type/feature
stage/pm-review
maintainer/need-response
area/local

### Describe your idea/feature/enhancement I wish SAM CLI could import existing CF resources as documented here: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-new-stack.html#resource-import-new-stack-cli Specific use case: Destroying a stack leaves some persistent resources (e.g. a database)...

type/feature
area/deploy
maintainer/need-followup

Hi there, Summary Is there a way to 'manage' deployed layer/function packages in S3 that have been deployed via SAM? By manage: a) view which packages are 'stale' (new versions...

type/feature
maintainer/need-followup