Skip to content

Commit

Permalink
Change to correct Lambda@Edge support version
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-linaro committed Jul 28, 2023
1 parent 9ffc130 commit 180dc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambda_redirect.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"arn:aws:iam::%s:role/service-role/lambda-redirect-role"
)
_NODE_RUNTIME = (
"nodejs18.x"
"nodejs14.x"
)


Expand Down

0 comments on commit 180dc11

Please sign in to comment.