Skip to content

Commit

Permalink
NOBUG: Fix timeouts for writepass (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Mar 3, 2022
1 parent e522d84 commit 4dc447c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/src/pass.tf
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ resource "aws_lambda_function" "writePassLambda" {

handler = "lambda/writePass/index.handler"
runtime = "nodejs14.x"
timeout = 10
publish = "true"

environment {
Expand Down

0 comments on commit 4dc447c

Please sign in to comment.