We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740df6e commit f842f64Copy full SHA for f842f64
1 file changed
templates/custom-resource.yaml
@@ -42,7 +42,7 @@ Resources:
42
Properties:
43
ContentUri: ../witch.zip
44
CompatibleRuntimes:
45
- - nodejs12.x
+ - nodejs16.x
46
47
CopyRole:
48
Type: "AWS::IAM::Role"
@@ -86,7 +86,7 @@ Resources:
86
Layers:
87
- !Ref CopyLayerVersion
88
Role: !GetAtt CopyRole.Arn
89
- Runtime: nodejs12.x
+ Runtime: nodejs16.x
90
Timeout: 300
91
92
Outputs:
0 commit comments