Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-yong committed Jul 27, 2023
1 parent fa993ea commit deb4827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/aws/customResources/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async function addCustomResourceToService(awsProvider, resourceName, iamRoleStat
FunctionName: absoluteFunctionName,
Handler,
MemorySize: 1024,
Runtime: 'nodejs12.x',
Runtime: 'nodejs14.x',
Timeout: 180,
},
DependsOn: [],
Expand Down

0 comments on commit deb4827

Please sign in to comment.