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 a6d1d47 commit 9c603c3Copy full SHA for 9c603c3
.gitattributes
package-sam.yml
@@ -5,10 +5,10 @@ Resources:
5
Type: AWS::Serverless::LayerVersion
6
Properties:
7
LayerName: canvas-nodejs
8
- Description: canvas@2.6.1
9
- ContentUri: s3://lambda-layer-charoitel/canvas-nodejs_v2.6.1.zip
+ Description: canvas@2.8.0
+ ContentUri: s3://lambda-layer-charoitel/canvas-nodejs_v2.8.0.zip
10
CompatibleRuntimes:
11
- - nodejs12.x
+ - nodejs14.x
12
RetentionPolicy: Retain
13
LicenseInfo: MIT
14
0 commit comments