Skip to content

Commit 1c0a632

Browse files
authored
feat(aws): Rename AWS lambda layer name to SentryNodeServerlessSDKv9 (#14927)
We decided to stop publishing layers under the `SentryNodeServerlessSDK` name and instead use the version suffix even for the next major. This will not break the docs, but will break the product as explained in getsentry/sentry#82646. I think we can completely remove that check once we are ready to ship v9 but need to investigate further, otherwise we follow the approach outlined in that issue.
1 parent 46ac778 commit 1c0a632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.craft.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ targets:
141141
# TODO(v9): Once stable, re-add this target to publish the AWS Lambda layer
142142
# - name: aws-lambda-layer
143143
# includeNames: /^sentry-node-serverless-\d+.\d+.\d+(-(beta|alpha|rc)\.\d+)?\.zip$/
144-
# layerName: SentryNodeServerlessSDK
144+
# layerName: SentryNodeServerlessSDKv9
145145
# compatibleRuntimes:
146146
# - name: node
147147
# versions:

0 commit comments

Comments
 (0)