Skip to content

Commit

Permalink
upping timeout from 3-30
Browse files Browse the repository at this point in the history
  • Loading branch information
Kgirthofer committed Aug 10, 2017
1 parent a29f3b5 commit 9b43394
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0

- updating lambda timeout to 30 seconds

## 0.1.0

- initial release
1 change: 1 addition & 0 deletions lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ resource "aws_lambda_function" "lambda_shuffler" {
filename = "shuffler.zip"
role = "${aws_iam_role.lambda_shuffler_role.arn}"
source_code_hash = "${base64sha256(file("shuffler.zip"))}"
timeout = 30
environment {
variables = {
REGION = "${var.region}"
Expand Down

0 comments on commit 9b43394

Please sign in to comment.