Skip to content

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]

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]

@oztimpower oztimpower force-pushed the tp/add-feature-aws-lambda branch from b50d31f to 53e7839 Compare October 29, 2019 05:25
@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