From Bare-Metal JAR to Serverless Lambda with Quarkus and MicroProfile

Поделиться
HTML-код
  • Опубликовано: 15 май 2024
  • From a plain quarkus.io / microprofile.io application to Serverless Lambda provisioned with CDK v2.
    I used the following repo as template: github.com/AdamBien/aws-funct...
    Java used in this short: openjdk version "21" 2023-09-19 LTS
    Visual Studio Code used for editing: code.visualstudio.com/
    See you at live, virtual workshops: airhacks.live
    About me: airhacks.industries
    #airhacks
  • НаукаНаука

Комментарии • 2

  • @Vityoube
    @Vityoube Месяц назад

    Thank you for interesting video! I have general question about Jakarta EE / MicroProfile / Quarkus (I presume this will be the same for all of the frameworks mentioned): is it possible to inject dependencies via Constructor somehow?

    • @bienadam
      @bienadam  Месяц назад

      Yes, constructor injection (as well as "setter" injections) is supported as well: jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0#bean_constructors Thanks for watching!