Skip to content

Instantly share code, notes, and snippets.

@AdamBien
Created May 4, 2022 10:34
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/cb27cbe9bf704633549ae96b1c3bbc20 to your computer and use it in GitHub Desktop.
Save AdamBien/cb27cbe9bf704633549ae96b1c3bbc20 to your computer and use it in GitHub Desktop.
99thAirhacksQ&A.md

Ask questions and see you at June, 6th, 8.PM. CET: youtube.com/c/bienadam

Also checkout recent episode:

98th airhacks.tv

Please keep the questions Jakarta EE-stic. Means: as short and as concise as only possible. Feel free to ask several, shorter questions. Upcoming airhacks.tv events are also going to be announced at meetup.com/airhacks

@comdotlinux
Copy link

Hey Adam,

When you are running with Fargate, if the server is always running does it not cost a lot? would you say that compilation with GraalVM is the only option then to have quick cold startup time? or is there a way to have let's say a small server that is running else where that immediately spins up one fargate service and then scales up as required, but more importantly scales back down to zero :) is there an example maybe with CDK that you could do?

Thanks in advance

@comdotlinux
Copy link

Hey Adam,
Also another request with AWS CDK, is it possible to use path routing with a single application load balancer to route requests to two services running in a single fargate cluster? Is there and example I tried but failed :)

Thanks,
Guru

@jefrog1844
Copy link

Hi Adam. Is there a cost effective solution for JPA/sql in the cloud that's still "jakartaeestic"?

@comdotlinux
Copy link

Hey Adam,

I also used your aws CDK lamda project to create a simple lambda that uses quesrkus but without native compilation. it does not start is 1.5 seconds but around 5 seconds,

do you have a repo where you have a quarkus project that is deployed to aws lambda but with native compilation?

Thanks,
Guru

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