Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seed on AWS Lambda (or using Serverless) #90

Open
PhilAndrew opened this issue Mar 9, 2020 · 1 comment
Open

Seed on AWS Lambda (or using Serverless) #90

PhilAndrew opened this issue Mar 9, 2020 · 1 comment

Comments

@PhilAndrew
Copy link

PhilAndrew commented Mar 9, 2020

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
Copy link
Owner

tindzk commented Mar 9, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants