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

Allow use of LLRT runtime #3669

Open
bayssmekanique opened this issue Feb 13, 2024 · 1 comment · May be fixed by #3670
Open

Allow use of LLRT runtime #3669

bayssmekanique opened this issue Feb 13, 2024 · 1 comment · May be fixed by #3670

Comments

@bayssmekanique
Copy link
Contributor

bayssmekanique commented Feb 13, 2024

AWS released an experimental runtime called LLRT (Low Latency Runtime) which promises to be faster at cold boots than even some of the compiled runtimes containers like Go. The full details are here: https://github.com/awslabs/llrt

As an experiment, sst should support using the LLRT runtimes. The best place to start would likely be with the Function construct, and then if it's stable and workable apply the changes to SsrFunction construct as well.

The runtime should be an opt-in only runtime for the foreseeable future, and I expect there will be annoying bugs and limited support until the runtime hits v1, so this should be considered an extremely dumb thing to do in a production environment.

@bayssmekanique bayssmekanique linked a pull request Feb 13, 2024 that will close this issue
@jayair
Copy link
Contributor

jayair commented Feb 15, 2024

Thanks for taking a crack at it!

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

Successfully merging a pull request may close this issue.

2 participants