Problem Statement
https://aws.amazon.com/about-aws/whats-new/2022/05/aws-lambda-adds-support-node-js-16/
Solution Brainstorm
Update this craft, as per was done in #3303
|
- name: aws-lambda-layer |
|
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha)\.\d+)?\.zip$/ |
|
layerName: SentryNodeServerlessSDK |
|
compatibleRuntimes: |
|
- name: node |
|
versions: |
|
- nodejs10.x |
|
- nodejs12.x |
|
- nodejs14.x |
Will have to then update docs
Problem Statement
https://aws.amazon.com/about-aws/whats-new/2022/05/aws-lambda-adds-support-node-js-16/
Solution Brainstorm
Update this craft, as per was done in #3303
sentry-javascript/.craft.yml
Lines 5 to 13 in f1f03f2
Will have to then update docs