sentry-python icon indicating copy to clipboard operation
sentry-python copied to clipboard

Add SDK Version to AWS Lambda Layer description

Open antonpirker opened this issue 11 months ago • 1 comments

Currently there is no way for users to figure out what version of the Sentry SDK is included in the Lambda Layer they put onto their Lambda function.

See: Image

Add the SDK version as nicely written string to the description of the Layer version to make the SDK version visisble.

This is also listed as "Option B" in this issue: https://github.com/getsentry/sentry-python/issues/3905

antonpirker avatar Jan 20 '25 11:01 antonpirker

I did some research. If we want to set the description (would also be nice: the "compatible architectures") we need to update Craft so we can set those fields in the Lambda layers.

Additionally we then also need to get the SDK version somehow into craft.yml so we can set it as the description...

tl;dr: It's complicated.

antonpirker avatar Jan 20 '25 16:01 antonpirker

Closing for now, because no user demand for this.

antonpirker avatar Sep 29 '25 08:09 antonpirker