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

Add server options to AWS Lambda handler #4223

Merged
merged 9 commits into from
Dec 27, 2024
Merged

Conversation

sergiuszkierat
Copy link
Member

Why I did it?
LambdaHandler had the hardcoded AwsServerOptions, so delivering
the custom server options was impossible.

How I did it:
LambdaHandler started to accept options by analogous to ZioLambdaHandler

Closes #4064

*Why I did it?*
LambdaHandler had the hardcoded AwsServerOptions, so delivering
the custom server options was impossible.

*How I did it:*
LambdaHandler started to accept options by analogous to ZioLambdaHandler

Closes #4064
@sergiuszkierat sergiuszkierat self-assigned this Dec 24, 2024
@adamw adamw merged commit 874fb13 into master Dec 27, 2024
33 checks passed
@adamw
Copy link
Member

adamw commented Dec 27, 2024

Thanks!

@adamw adamw deleted the fix/aws_handler_options branch December 27, 2024 17:42
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.

[BUG] AWS Lambda handler hardcodes ServerOptions
2 participants