-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Cannot use the "latest" keyword for Sentry Lambda layer in serverless files. #11773
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
Comments
We're busy working on our major version #9508 at the moment, so backlogging for now. |
@andreiborza do you know if this is still an issue? I lack the context on it atm. |
@AbhiPrasad I believe so. I opened up a PR in craft where I think it needs to be defined in. |
We had to revert this change as it broke publishing. Will investigate further. |
Ok, after investigating further, the I know this won't help with serverless, but you could fetch the latest version from our release registry: https://release-registry.services.sentry.io/aws-lambda-layers |
Is there an existing issue for this?
How do you use Sentry?
Self-hosted/on-premise
Which SDK are you using?
@sentry/node
SDK Version
7.110.0
Framework Version
No response
Link to Sentry event
No response
SDK Setup
No response
Steps to Reproduce
Attempt to add "latest" keyword to the Sentry lambda layer arn.
Per the Sentry dev team's request, this is a new/duplicate issue for a previous request that has gone stale: #3834
It would be really helpful to be able to use the "latest" keyword when adding the Sentry lambda layer to serverless framework configuration files, which requires the ListLayerVersion IAM permission.
Expected Result
Sentry can pull the latest version.
Actual Result
Sentry throws an error using that version. Needs the ListLayerVersion IAM permission.
The text was updated successfully, but these errors were encountered: