tindzk / seed

Build tool for Scala projects
https://tindzk.github.io/seed/
Apache License 2.0
238 stars 13 forks source link

Seed on AWS Lambda (or using Serverless) #90

Open PhilAndrew opened 4 years ago

PhilAndrew commented 4 years ago

Feature request: I want Seed on AWS Lambda, Seed can compile to Native and Native on AWS Lambda is fast to load from cold start.

References from Quarkus https://quarkus.io/guides/amazon-lambda

https://github.com/marcinczeczko/quarkus-lambda-native

Or Seed on Serverless deployment.

I might attempt to do this myself depending on free time.

tindzk commented 4 years ago

This is an interesting scenario I have been long wanting to look into myself. However, I am not sure anything needs to be changed in Seed to support it. Whether the resulting artefacts (binary executables or JAR files) run in the cloud or locally should not affect the build process. Could you outline how you would envision AWS Lambda support?