Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide an AWS lambda layer for v7 #12098

Closed
2 of 3 tasks
andreiborza opened this issue May 17, 2024 · 1 comment
Closed
2 of 3 tasks

Provide an AWS lambda layer for v7 #12098

andreiborza opened this issue May 17, 2024 · 1 comment
Assignees

Comments

@andreiborza
Copy link
Member

andreiborza commented May 17, 2024

Problem Statement

Currently, we publish our AWS Lambda layer under the name SentryNodeServerlessSDK and each release we bump the version number by one (e.g. for SDK release 8.2.1 the current version number for the layer is 243).

This worked fine for us in the past, but now with v8 out, we do not want to overwrite the current v8 layer with a v7 layer when we do SDK releases for v7.

Solution Brainstorm

We should create a new lambda layer named SentryNodeServerlessSDKV7 and exclusively publish to it when doing v7 releases.

SentryNodeServerlessSDK should always remain the layer name for the latest major version of the SDK, with previous majors getting their own layer names.

Tasks

@andreiborza
Copy link
Member Author

Closing this since v7 is lower prio and we can probably live with the current state of the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant