Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updating missed file for NodeJS version
  • Loading branch information
AndyFegan committed Sep 7, 2022
commit 797b5d2f6b9bbb0289f8383e341ef3a9c0475e84
2 changes: 1 addition & 1 deletion lambdas/cloudfront-security/replicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ exports.handler = async (event, context) => {
Handler: 'index.handler',
MemorySize: 128,
Role: event.ResourceProperties.RoleArn,
Runtime: 'nodejs12.x',
Runtime: 'nodejs16.x',
Timeout: 1
}).promise()
await lambdaEdge.waitFor('functionExists', { FunctionName: functionName }).promise()
Expand Down