Skip to content

Commit

Permalink
Node 14.13.0, aws-sdk 2.766.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janaz committed Oct 5, 2020
1 parent 4e37697 commit 23b5bcc
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ It's easy to use this project and build Node.js runtime that will target any ver

## Current versions

* Node.js - **14.12.0**
* aws-sdk - **2.761.0**
* Node.js - **14.13.0**
* aws-sdk - **2.766.0**

## Goals

Expand Down Expand Up @@ -40,7 +40,7 @@ Deploy the runtime layer using the following command:
```bash
aws lambda publish-layer-version \
--layer-name node-14-runtime \
--description "nodejs-14.12.0 aws-cli-2.761.0" \
--description "nodejs-14.13.0 aws-cli-2.766.0" \
--compatible-runtimes provided \
--license-info Apache-2.0 \
--zip-file fileb://stage/layer.zip
Expand All @@ -50,7 +50,7 @@ The output will look like this:
```json
{
"LayerVersionArn": "arn:aws:lambda:us-east-2:356111732087:layer:node-14-runtime:1",
"Description": "nodejs-14.12.0 aws-cli-2.761.0",
"Description": "nodejs-14.13.0 aws-cli-2.766.0",
"CreatedDate": "2018-12-02T22:32:00.572+0000",
"LayerArn": "arn:aws:lambda:us-east-2:356111732087:layer:node-14-runtime",
"Content": {
Expand Down
4 changes: 2 additions & 2 deletions auto/package
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -ex

export NODE_VERSION=14.12.0
export SHA256=3c7363b56239b8f357eed6e82e91f99624dd8faf49f49916bd1b54ea1fbd46b7
export NODE_VERSION=14.13.0
export SHA256=8dbf2869033b315de8369405bc3cd5a19fb11afc824fe616640e2743a9a84cc4

DIR="$( cd "$( dirname "$0" )" && pwd )"

Expand Down
2 changes: 1 addition & 1 deletion auto/publish
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ for R in $REGIONS ; do
lambda publish-layer-version \
--region "${R}" \
--layer-name "${LAYER_NAME}" \
--description "nodejs-14.12.0 aws-cli-2.761.0" \
--description "nodejs-14.13.0 aws-cli-2.766.0" \
--compatible-runtimes provided \
--license-info Apache-2.0 \
--zip-file fileb://stage/layer.zip
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"typescript": "^4.0.3"
},
"dependencies": {
"aws-sdk": "^2.761.0"
"aws-sdk": "^2.766.0"
}
}

0 comments on commit 23b5bcc

Please sign in to comment.