Skip to content

Commit ebd7ae9

Browse files
committed
Update to 12.20.0
1 parent 255b0bf commit ebd7ae9

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:36
35+
arn:aws:lambda:us-east-1:553035198032:layer:nodejs12:37
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:36)
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:37)
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.23.0 | `arn:aws:lambda:<region>:553035198032:layer:nodejs10:27` |
52-
| 12.19.1 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:36` |
52+
| 12.20.0 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:37` |
5353

5454
## Previous Version ARNs
5555

5656
| Node.js version | ARN |
5757
| --- | --- |
58+
| 12.19.1 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:36` |
5859
| 12.19.0 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:35` |
5960
| 10.22.1 | `arn:aws:lambda:<region>:553035198032:layer:nodejs10:26` |
6061
| 12.18.4 | `arn:aws:lambda:<region>:553035198032:layer:nodejs12:34` |

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.19.1
2+
export NODE_VERSION=12.20.0

v12.x/layer.zip

36.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)