Skip to content

Commit

Permalink
fix: nodejs runtime is not anymore supported
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Nov 23, 2021
1 parent 2dd7957 commit 8a5aa90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda.ts
Expand Up @@ -23,7 +23,7 @@ export const deploySimpleAuthLambda = async (
FunctionName: name,
Handler: "simple-auth.handler",
Role: roleARN,
Runtime: "nodejs",
Runtime: "nodejs14.x",
Description: getDescription(credentials),
Publish: true
})
Expand Down

0 comments on commit 8a5aa90

Please sign in to comment.