We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece7acf commit 1fa2d45Copy full SHA for 1fa2d45
package-sam.yml
@@ -5,10 +5,10 @@ Resources:
5
Type: AWS::Serverless::LayerVersion
6
Properties:
7
LayerName: canvas-nodejs
8
- Description: canvas@2.8.0
9
- ContentUri: s3://lambda-layer-charoitel/canvas-nodejs_v2.8.1.zip
+ Description: canvas@<CANVAS_VERSION>
+ ContentUri: s3://<S3_BUCKET_NAME>/canvas-nodejs_v<CANVAS_VERSION>.zip
10
CompatibleRuntimes:
11
- - nodejs14.x
+ - nodejs<NODEJS_RUNTIME_VERSION>
12
RetentionPolicy: Retain
13
LicenseInfo: MIT
14
0 commit comments