aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
**Description:** I would like to store configuration is version control and make deployment steps immutable. Instead of changing parameter overrides on the command line I would like to provide template...
### Description Right off the bat, I'm not sure if this is a bug with `aws-sam-cli` or with the integration for JetBrains, but it could be fixed at either level,...
### Description First, invocations done by the *go-lambda-sdk* using the`lambda.invoke()` function go to deployed AWS lambda instead of the local ones created by `sam local start-api`. Second, only lambdas that...
### Description I have 2 Node.js projects: `CommonT` and `Profile`. `Profile` has a local dependency on `CommonT`. When running the `sam build -t template.yaml --debug ` command, it fails with...
**Description:** When `sam build` tries to build a `runtime: provided` `Function`, if the build system uses relative paths then it will fail when copied to the temporary directory `sam build`...
**Description:** While working with SAM to build a serverless app using both functions and layers locally appears to refer to different locations depending on if I am building or deploying....
### Description The initial error happens during `sam build --use-container` inside the Bitbucket pipeline: ``` RuntimeError: Container does not exist. Cannot get logs for this container ``` In the Bitbucket...
### Describe your idea/feature/enhancement I have a lambda function that needs to store short-lived pieces of data, things like token keys for api access or the most-recently-sent notification to an...
### Describe your idea/feature/enhancement The sam cli command ' sam init ' is a great workflow, and I think having an additional selection (besides just runtimes) would be for layers....
https://github.com/awslabs/aws-sam-cli/blob/1c3753f2063e8769890d3a517a7a5bd26d3dd9aa/samcli/cli/command.py#L25 I would like to know why this command is only executed when sam deploy -g is done, for the first time, it should be part of the command collection,...