Skip to content

Commit

Permalink
feat(aws): Add v8 lambda layer craft target (#14599)
Browse files Browse the repository at this point in the history
Closes: #14573
  • Loading branch information
andreiborza authored Dec 6, 2024
1 parent e35c691 commit 3778482
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .craft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,24 @@ targets:
- nodejs20.x
license: MIT

# 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.

# AWS Lambda Layer target
- 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

# CDN Bundle Target
- name: gcs
id: 'browser-cdn-bundles'
Expand Down

0 comments on commit 3778482

Please sign in to comment.