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