Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created November 10, 2022 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdamBien/dc9b58e2c5e4a3232cb8df8fa8ba7fc7 to your computer and use it in GitHub Desktop.
Save AdamBien/dc9b58e2c5e4a3232cb8df8fa8ba7fc7 to your computer and use it in GitHub Desktop.
105thAirhacksQ&A.md
@roamingthings
Copy link

In your latest airhacks.fm podcast you mentioned that you are deploying "monolithic Lambdas". What does this mean in practice?

I assume that you implement multiple REST-Endpoints in controller-classes in one Quarkus (Micronaut) application.

What about non REST-endpoint lambdas? Put them all in one jar, deploy multiple functions and address different handler classes in this one jar?

Question from: Alexander Sparkowsky

@AdamBien
Copy link
Author

AdamBien commented Dec 4, 2022

CraC and SnapStart news

@AdamBien
Copy link
Author

AdamBien commented Dec 5, 2022

The airhacks.tv time machine. Questions from the 5th airhacks.tv (Aug 01, 2014) http://adambien.blog/roller/abien/entry/microservices_state_rest_learning_java

@goranopacic
Copy link

CraC/Snapstart or GraalVM? what is your choice for the future?

@ben-eddy74
Copy link

How do you cope with managers calling everything web based a REST API? :)

What is your best practice for managing application certificates in a DevOps environment (mainly Continuous Deployment) ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment