Skip to content

Tags: terrywarwar/aws-sam-cli

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Making integration tests work on Windows (aws#494)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
SAM CLI Refresh 🎉 (aws#383)

v0.2.11

Toggle v0.2.11's commit message
Fix node debugger protocol (aws#358)

* Use legacy debugger for Node 6.10

* Document which debugger protocol to use

* Making Node8 debugging work

v0.2.10

Toggle v0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aws#339 from SAPessi/develop

Added Forward headers similar to API Gateway's

v0.2.9

Toggle v0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aws#339 from SAPessi/develop

Added Forward headers similar to API Gateway's

v0.2.8

Toggle v0.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Handle the case of empty debug arguments. Fixes aws#314 (aws#316)

v0.2.7

Toggle v0.2.7's commit message
Allow debugger args to be passed to via environment variable (aws#307)

v0.2.6

Toggle v0.2.6's commit message
Fix issue where a template with no AWS::Serverless:Function.Timeout s…

…et causes AWS_LAMBDA_FUNCTION_TIMEOUT=0 to be sent to the Lambda runtime. Instead it should default to the SAM specification default (3 seconds). Also included the same default behaviour for the memory size as this was missing too. (aws#271)

v0.2.5

Toggle v0.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request aws#266 from mhart/add-go1.x

Add Go 1.x support

v0.2.4

Toggle v0.2.4's commit message
Merge branch 'master' of github.com:awslabs/aws-sam-local into develop