You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: