File tree Expand file tree Collapse file tree 6 files changed +35
-35
lines changed
Expand file tree Collapse file tree 6 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1- FROM node:15.3 .0-buster-slim@sha256:fc14218ae526b3568ba854732e8fbfe7e67d77769f5c3b17db997983fa571421
1+ FROM node:15.9 .0-buster-slim@sha256:df7835508cc172c02e34b3791ac7a1fd5ce4d0f88ca8915154a966fd4fcae0a5
22
33RUN apt-get update && apt-get install -y p7zip-full curl xz-utils && apt-get clean all
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ It's easy to use this project and build Node.js runtime that will target any ver
66
77## Current versions
88
9- * Node.js - ** 15.3 .0**
10- * aws-sdk - ** 2.806 .0**
9+ * Node.js - ** 15.9 .0**
10+ * aws-sdk - ** 2.848 .0**
1111
1212## Goals
1313
@@ -40,7 +40,7 @@ Deploy the runtime layer using the following command:
4040``` bash
4141aws lambda publish-layer-version \
4242 --layer-name node-15-runtime \
43- --description " nodejs-15.3 .0 aws-cli-2.806 .0" \
43+ --description " nodejs-15.9 .0 aws-cli-2.848 .0" \
4444 --compatible-runtimes provided \
4545 --license-info Apache-2.0 \
4646 --zip-file fileb://stage/layer.zip
@@ -50,7 +50,7 @@ The output will look like this:
5050``` json
5151{
5252 "LayerVersionArn" : " arn:aws:lambda:us-east-2:356111732087:layer:node-15-runtime:1" ,
53- "Description" : " nodejs-15.3 .0 aws-cli-2.806 .0" ,
53+ "Description" : " nodejs-15.9 .0 aws-cli-2.848 .0" ,
5454 "CreatedDate" : " 2018-12-02T22:32:00.572+0000" ,
5555 "LayerArn" : " arn:aws:lambda:us-east-2:356111732087:layer:node-15-runtime" ,
5656 "Content" : {
Original file line number Diff line number Diff line change 22
33set -ex
44
5- export NODE_VERSION=15.3 .0
6- export SHA256=02741db3f55022a94f43fa1774e9fc389848949ec5f5cff822833d8b9711ad93
5+ export NODE_VERSION=15.9 .0
6+ export SHA256=c57b1f33a1ee5957981df553f6a0e0cac302528f260140eda10fe5fdd24e1cbd
77
88DIR=" $( cd " $( dirname " $0 " ) " && pwd ) "
99
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ for R in $REGIONS ; do
4242 lambda publish-layer-version \
4343 --region " ${R} " \
4444 --layer-name " ${LAYER_NAME} " \
45- --description " nodejs-15.3 .0 aws-cli-2.806 .0" \
45+ --description " nodejs-15.9 .0 aws-cli-2.848 .0" \
4646 --compatible-runtimes provided \
4747 --license-info Apache-2.0 \
4848 --zip-file fileb://stage/layer.zip
Original file line number Diff line number Diff line change 1212 "devDependencies" : {
1313 "body-parser" : " ^1.19.0" ,
1414 "express" : " ^4.17.1" ,
15- "@types/node" : " ^14.14.11 " ,
16- "@types/express" : " ^4.17.9 " ,
15+ "@types/node" : " ^14.14.31 " ,
16+ "@types/express" : " ^4.17.11 " ,
1717 "ts-node" : " ^9.1.1" ,
18- "typescript" : " ^4.1.2 "
18+ "typescript" : " ^4.1.5 "
1919 },
2020 "dependencies" : {
21- "aws-sdk" : " ^2.806 .0"
21+ "aws-sdk" : " ^2.848 .0"
2222 }
2323}
You can’t perform that action at this time.
0 commit comments