-
Bug
-
Resolution: Won't Do
-
Critical
-
3.8.1.ER1, 3.8.3.ER2
-
False
-
None
-
False
-
+
-
-
---
-
-
Then I use quarkus-maven-plugin to generate application with amazon-lambda extension it fails with the following error:
[INFO] [ERROR] ❗ Multiple extensions matching 'amazon-lambda'
- io.quarkus:quarkus-amazon-lambda
- io.quarkiverse.amazonservices:quarkus-amazon-lambda
- io.quarkus:quarkus-amazon-lambda-http
- io.quarkus:quarkus-amazon-lambda-rest
- io.quarkus:quarkus-amazon-lambda-xray
- io.quarkus:quarkus-funqy-amazon-lambda
try using the exact name or the full GAV (group id, artifact id, and version).
When I use upstream version, the app is generated successfully