Skip to content

Commit

Permalink
Move v8 layer up so current layer becomes latest
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiborza committed Dec 12, 2024
1 parent 05a5a96 commit 6d83b44
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,23 @@ targets:
id: '@sentry-internal/eslint-config-sdk'
includeNames: /^sentry-internal-eslint-config-sdk-\d.*\.tgz$/

# TODO(v9): Remove this target
# NOTE: We publish the v8 layer under its own name so people on v8 can still get patches
# whenever we release a new v8 version—otherwise we would overwrite the current major lambda layer.
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
layerName: SentryNodeServerlessSDKv8
compatibleRuntimes:
- name: node
versions:
- nodejs10.x
- nodejs12.x
- nodejs14.x
- nodejs16.x
- nodejs18.x
- nodejs20.x
license: MIT

# AWS Lambda Layer target
- name: aws-lambda-layer
includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
Expand Down

0 comments on commit 6d83b44

Please sign in to comment.