iliana / rust-crowbar

Wrapper to simplify writing AWS Lambda functions in Rust (using the Python execution environment)
https://docs.rs/crowbar
Apache License 2.0
197 stars 16 forks source link

RFC: formally deprecate crowbar #58

Closed iliana closed 5 years ago

iliana commented 5 years ago

Unless someone presents a good reason why I shouldn't, I intend to formally stop development and archive this project in a month (June 10), pointing new users to lambda-runtime.

crowbar was always a bit of a hack waiting for a more official way to run Rust in AWS Lambda, and I think lambda-runtime provides a great interface for doing that.

The two reverse dependencies of crowbar on crates.io are currently archived.

If you have a specific use case for crowbar that isn't already solved by lambda-runtime, please let me know here and we'll discuss it.

Thanks to everyone who made crowbar what it is. <3

(cc @softprops)

iliana commented 5 years ago

Archiving this project. Thanks so much, everyone :purple_heart: