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 support for named lambda request handlers #4331

Merged
merged 1 commit into from Oct 4, 2019

Conversation

stuartwdouglas
Copy link
Member

Fixes #3099

@@ -106,22 +102,23 @@ void bootstrap(BuildProducer<GeneratedResourceBuildItem> generatedResources) thr

@BuildStep
@Record(ExecutionTime.RUNTIME_INIT)
public void servlets(List<AmazonLambdaBuildItem> lambdas,
public void processLambas(List<AmazonLambdaBuildItem> lambdas,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

processLambdas

Copy link
Member

@evanchooly evanchooly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes sense so far. Looking at the tests in integration-tests, I see they're still "powered" by undertow. should all that be updated to use the vert.x/netty bits?

@stuartwdouglas
Copy link
Member Author

stuartwdouglas commented Oct 3, 2019 via email

@stuartwdouglas stuartwdouglas merged commit 4665aea into quarkusio:master Oct 4, 2019
@stuartwdouglas stuartwdouglas added this to the 0.24.0 milestone Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple handlers for amazon-lambda extension
3 participants