Skip to content

Commit

Permalink
fix: remove precise nodejs runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
nicgirault committed Nov 23, 2021
1 parent 40f2235 commit 2dd7957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const deploySimpleAuthLambda = async (
FunctionName: name,
Handler: "simple-auth.handler",
Role: roleARN,
Runtime: "nodejs8.10",
Runtime: "nodejs",
Description: getDescription(credentials),
Publish: true
})
Expand Down

0 comments on commit 2dd7957

Please sign in to comment.