Skip to content

Commit 1fa2d45

Browse files
author
Charoite Lee
committed
Update AWS SAM template
1 parent ece7acf commit 1fa2d45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package-sam.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Resources:
55
Type: AWS::Serverless::LayerVersion
66
Properties:
77
LayerName: canvas-nodejs
8-
Description: canvas@2.8.0
9-
ContentUri: s3://lambda-layer-charoitel/canvas-nodejs_v2.8.1.zip
8+
Description: canvas@<CANVAS_VERSION>
9+
ContentUri: s3://<S3_BUCKET_NAME>/canvas-nodejs_v<CANVAS_VERSION>.zip
1010
CompatibleRuntimes:
11-
- nodejs14.x
11+
- nodejs<NODEJS_RUNTIME_VERSION>
1212
RetentionPolicy: Retain
1313
LicenseInfo: MIT
1414

0 commit comments

Comments
 (0)