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

lambda_runtime panic when running inside an extension #410

Closed
bnusunny opened this issue Feb 4, 2022 · 0 comments
Closed

lambda_runtime panic when running inside an extension #410

bnusunny opened this issue Feb 4, 2022 · 0 comments

Comments

@bnusunny
Copy link
Contributor

bnusunny commented Feb 4, 2022

I'm rewriting AWS Lambda Adapter as a Lambda Extension. The adapter will be started as an extension and also act as RAPID client using lambda_runtime. However lambda runtime panics because two environment variables "AWS_LAMBDA_LOG_STREAM_NAME" and "AWS_LAMBDA_LOG_GROUP_NAME" are NOT available for extensions.

I make a small change to workaround this issue: bnusunny@d7efb2c

I preffer to merge this small change back to this repo. I will submit an PR for review.

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

2 participants