Skip to content
Open
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
Next Next commit
Updating node version to 16 since version 12 is now deprecated
  • Loading branch information
Nikhil Zadoo committed Sep 2, 2022
commit 7da1fa734f14380f0fecfca31287377fe4efb8df
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Resources:
Properties:
Description: Create CloudWatch metrics from CodePipeline events
Handler: index.handlePipelineEvent
Runtime: nodejs12.x
Runtime: nodejs16.x
CodeUri:
Bucket: !Ref BucketName
Key: !Ref CodeKey
Expand All @@ -43,7 +43,7 @@ Resources:
Properties:
Description: Build CloudWatch dashboard from CloudWatch metrics
Handler: index.generateDashboard
Runtime: nodejs12.x
Runtime: nodejs16.x
CodeUri:
Bucket: !Ref BucketName
Key: !Ref CodeKey
Expand Down