Skip to content

Has the project been abandoned ? #71

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

Closed
ArthurianX opened this issue Oct 11, 2022 · 6 comments
Closed

Has the project been abandoned ? #71

ArthurianX opened this issue Oct 11, 2022 · 6 comments

Comments

@ArthurianX
Copy link

I see the latest update was more than a year ago.
Does the project still have maintainers ?

@ArthurianX
Copy link
Author

It does look like this project has been abandoned 😬

@williamboman
Copy link
Contributor

It's a community project so I wouldn't expect people to monitor issues very closely. It does seem slightly abandoned on the surface tbh but I've not had any issues whatsoever so far. Is there some specific issue you're looking to have solved or is it just the commit traffic itself?

@spiceee
Copy link

spiceee commented Feb 8, 2023

An outstanding PR waiting to be merged adds async support to lambda handles. Rust endpoints with no async support are kinda useless :)

@williamboman
Copy link
Contributor

Ah I see, yeah that PR seems very unattended. I'd however argue that async runtimes is far from a deal breaker due to the nature of AWS Lambdas, and you can always terminate async runtimes within your handler.

@spiceee
Copy link

spiceee commented Feb 10, 2023

But at least in Vercel, the main function has to be async in order to use stuff like tokio, which the AWS SDK for Rust uses too, btw. I haven't figured out a way to spawn threads in Vercel without an async main.

@ecklf
Copy link
Collaborator

ecklf commented Mar 13, 2023

Hey we released a new runtime in #80 which is based on the latest AWS Rust runtime. Happy about every feedback. I'll look into maintaining this for the foreseeable future.

@ecklf ecklf closed this as completed Mar 13, 2023
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

4 participants