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

feat: add AWS_LWA_PROXY_LAMBDA_RUNTIME_API to overwrite #588

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alexgallotta
Copy link

AWS_LAMBDA_RUNTIME_API and use a proxy

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

AWS_LAMBDA_RUNTIME_API and use a proxy
@alexgallotta alexgallotta requested a review from a team as a code owner April 4, 2025 14:15
@bnusunny
Copy link
Contributor

bnusunny commented Apr 5, 2025

Nice to see this PR. I like that it proxies the runtime calls only, not the extension registration calls. This avoids the race condition between extensions.

One miner thing about env var name: I prefer to call it AWS_LWA_LAMBDA_RUNTIME_API_PROXY. And could you add a small paragraph to explain the use case of this env var? Like what we have for other configuration env vars.

@alexgallotta
Copy link
Author

Thanks for the review! I renamed the env and added some doc.
Let me know if it looks good!

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

Successfully merging this pull request may close these issues.

2 participants