aws-sam-cli
aws-sam-cli copied to clipboard
CLI tool to build, test, debug, and deploy Serverless applications using AWS SAM
#### Which issue(s) does this change fix? #4034 https://github.com/aws/aws-cdk/issues/21134 #### Why is this change necessary? Currently, SAM CLI extract SamResourceId from last second string of `aws:cdk:path` value. But, CDK possibly...
When creating a Lambda SAM Application, I get a permissions error. `Error: Unstable state when updating repo. Check that you have permissions to create/delete files in C:\Users\user\AppData\Roaming\AWS SAM directory` Attached...
#### Which issue(s) does this change fix? #1893 #### Why is this change necessary? This change is needed to support git dependencies accessed over SSH, for builds executed inside docker...
#### Which issue(s) does this change fix? #4059 #### Why is this change necessary? When defining an `aws_lambda.DockerImageFunction` construct using the CDK, the docker image is configured with code like...
#### Which issue(s) does this change fix? https://github.com/aws/aws-sam-cli/issues/2502 https://github.com/aws/aws-sam-cli/issues/2920 #### Why is this change necessary? Prevents a 502 response from local-api when making concurrent requests against warm runtime. #### How...
I currently am able to stand up an entire system of REST API microservices using docker-compose. These REST API microservices are written in all kinds of languages and frameworks, none...
I'm using the tool to spin up locally an API gateway and run my lambda functions. However, I don't know how to configure an authorizer in `template.yml` In my `template.yml`...
Hi Team, When trying to use the AWS SAM Local with Node.js per example it fails with the following error: ``` Error: Missing AWS Lambda trace data for X-Ray. Expected...
Implement support for the execution of custom authorizers when defined in the API swagger template. The implementation should at least run the authorizer function, capture the output template, and verify...
It would be very useful to be able to get the deployment history for a SAM application from the command line. Right now, a developer relies on git to track...