Would you mind to explain how you set up vccode worked so smoothly with code completion/git, etc?
@ameenasif2 жыл бұрын
When we write Lambdas in Quarkus , i ee dependency injection is not supported any way around it ?
@bienadam2 жыл бұрын
I have a lots of Quarkus projects on Lambda. The CDI and most of MicroProfile APIs are working perfectly. I'm using the following template as starting point: github.com/AdamBien/aws-quarkus-lambda-cdk-plain
@Anbu_Sampath3 жыл бұрын
Is it possible to use Quarkus ArC as standalone build time DI with Java SE application?