Skip to content

Function timeout and memory size fixes (use SAM specification defaults)#271

Merged
sanathkr merged 1 commit intoaws:developfrom
PaulMaddox:develop
Jan 23, 2018
Merged

Function timeout and memory size fixes (use SAM specification defaults)#271
sanathkr merged 1 commit intoaws:developfrom
PaulMaddox:develop

Conversation

@PaulMaddox
Copy link
Contributor

Fix issue where a template with no AWS::Serverless:Function.Timeout set 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.

…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.
@PaulMaddox
Copy link
Contributor Author

Fixes #264

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants