Skip to content

Commit 5377b7c

Browse files
committed
Update to 12.19.0
1 parent b39565b commit 5377b7c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Select your `lambda.zip` as the "Function code" and make the handler "index.hand
3232
Then click on Layers and choose "Add a layer", and "Provide a layer version ARN" and enter the following ARN:
3333

3434
```
35-
arn:aws:lambda:us-east-1:553035198032:layer:nodejs12:34
35+
arn:aws:lambda:us-east-1:553035198032:layer:nodejs12:35
3636
```
3737

38-
Or [use this link](https://console.aws.amazon.com/lambda/home?region=us-east-1#/connect/layer?layer=arn:aws:lambda:us-east-1:553035198032:layer:nodejs12:34)
38+
Or [use this link](https://console.aws.amazon.com/lambda/home?region=us-east-1#/connect/layer?layer=arn:aws:lambda:us-east-1:553035198032:layer:nodejs12:35)
3939
and pick your function from the "Function name" auto-suggest.
4040

4141
![Add a layer](https://raw.githubusercontent.com/lambci/node-custom-lambda/master/img/layer.png "Add a layer screenshot")
@@ -49,12 +49,13 @@ Then save your lambda and test it with a test event!
4949
| Node.js version | ARN |
5050
| --- | --- |
5151
| 10.22.1 | `arn:aws:lambda:<region>:553035198032:layer:nodejs10:26` |
52-
| 12.18.4 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:34` |
52+
| 12.19.0 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:35` |
5353

5454
## Previous Version ARNs
5555

5656
| Node.js version | ARN |
5757
| --- | --- |
58+
| 12.18.4 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:34` |
5859
| 10.22.0 | `arn:aws:lambda:<region>:553035198032:layer:nodejs10:25` |
5960
| 12.18.3 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:33` |
6061
| 12.18.2 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:32` |

v12.x/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export LAYER_NAME=nodejs12
2-
export NODE_VERSION=12.18.4
2+
export NODE_VERSION=12.19.0

v12.x/layer.zip

103 KB
Binary file not shown.

0 commit comments

Comments
 (0)