Skip to content

Commit df2dce9

Browse files
authored
Update documentation to reference runtime 14.x
This code is compatible with NodeJS 14 but the documentation referenced an out of date version of Node.
1 parent 035e852 commit df2dce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Resources:
3434
Handler:
3535
s3-upload-custom-resource.handler # This is fixed and references a file provided by
3636
# this project and available in the Lambda layer.
37-
Runtime: nodejs12.x
37+
Runtime: nodejs14.x
3838
Policies:
3939
- S3CrudPolicy:
4040
BucketName: !Ref WebsiteBucket

0 commit comments

Comments
 (0)