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

Improve Lambda layer ARN tables #525

Open
bryan-aguilar opened this issue Apr 6, 2023 · 0 comments
Open

Improve Lambda layer ARN tables #525

bryan-aguilar opened this issue Apr 6, 2023 · 0 comments

Comments

@bryan-aguilar
Copy link
Contributor

Current documentation that provides a reference on how to choose lambda layer is a bit difficult for users to come up with the right ARN.

This is resulting in lot of time in figuring out right ARN or reaching out to AWS support.

Feedback on current documentation:- It doesn't mention an example or a list of lambda layer versions based on a users parameters i.e., lambda language, region and arch (AMD or ARM).

https://aws-otel.github.io/docs/getting-started/lambda

Example when following the documentation:

  • The latest ADOT Python Lambda Layer (arn:aws:lambda::901920570463:layer:aws-otel-python--ver-1-16-0:2) is returning an access denied like below.
  • No issues, if I use an older version of the lambda layer i.e., arn:aws:lambda:us-east-2:901920570463:layer:aws-otel-python38-ver-1-5-0:3
  • After additional investigation, found the correct arn for latest version as
    arn:aws:lambda:us-east-2:901920570463:layer:aws-otel-python-amd64-ver-1-16-0:2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant