quarkusio / quarkus-insights

7 stars 0 forks source link

Cross compilation for serverless #52

Open erikcostlow opened 3 years ago

erikcostlow commented 3 years ago

My current basic Quarkus lambda takes about 6 seconds from cold start, I develop on Windows and use Quarkus lambda-http with AWS API Gateway. Would love to hear about:

maxandersen commented 3 years ago

sorry i missed this - had bad notifcation settings!

we did cover some AWS lambda in #46 - did that help you get some answers around this ?

"Cross-compilation of Quarkus applications. Current docs lean towards native but can be followed." - we have this blog talking about how to set up cross compile https://quarkus.io/blog/native-command-mode-tools/ is that the kind of thing?