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 FeatureBuildItem for Amazon Lambda to be displayed upon startup #4931

Merged

Conversation

oztimpower
Copy link
Contributor

Installed Features to show "lambda" when AWS Lambda extension in use.

22:01:27 INFO [io.quarkus]] (main) Installed features: [cdi, kotlin, lambda]

@@ -35,6 +35,7 @@
public static final String KOTLIN = "kotlin";
public static final String KUBERNETES = "kubernetes";
public static final String KUBERNETES_CLIENT = "kubernetes-client";
public static final String LAMBDA = "lambda";
Copy link
Member

Choose a reason for hiding this comment

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

Maybe having amazon-lambda would be better? lambda is too generic IMHO.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That's done.

13:23:38 INFO [io.quarkus]] (main) Installed features: [amazon-lambda, cdi, kotlin]

@stuartwdouglas stuartwdouglas added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 29, 2019
@stuartwdouglas stuartwdouglas merged commit c8209f4 into quarkusio:master Oct 29, 2019
@oztimpower oztimpower deleted the tp/add-feature-aws-lambda branch October 29, 2019 10:37
@gsmet gsmet added this to the 0.27.0 milestone Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants