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

RESTful Lambda should expose the execution context #12190

Closed
sorin-costea opened this issue Sep 18, 2020 · 1 comment · Fixed by #12840
Closed

RESTful Lambda should expose the execution context #12190

sorin-costea opened this issue Sep 18, 2020 · 1 comment · Fixed by #12840
Labels
Milestone

Comments

@sorin-costea
Copy link
Contributor

I can develop fine RESTful APIs with Quarkus, but nobody seems to know a way to access the Lambda context from within the JAX-RS handlers. I asked both in Zulip and StackOverflow, no answers.

I assume there should be a way to inject it, because for example it's very useful to log the Lambda execution ID to trace call flows, and without the context there's no way to know it. I assume it's the amazon-lambda-http who needs this extension...

I noticed there's also some OpenTracing support, but that only wraps calls without giving access from code (and I don't think works with CloudWatch anyway)

@sorin-costea sorin-costea added the kind/enhancement New feature or request label Sep 18, 2020
@quarkusbot
Copy link

/cc @patriot1burke

stuartwdouglas added a commit that referenced this issue Oct 22, 2020
propagate aws context resteasy standalone #12190
patriot1burke added a commit that referenced this issue Oct 26, 2020
@gsmet gsmet added this to the 1.10 - master milestone Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants