softprops / serverless-rust

⚡ 🦀 a serverless framework plugin for rustlang applications
https://www.npmjs.com/package/serverless-rust
MIT License
548 stars 82 forks source link

Support the Lambda ARM target #119

Open johansmitsnl opened 2 years ago

johansmitsnl commented 2 years ago

💡 Feature description

Now it uses x64 as a target but be able to use the AWS ARM target

💻 Basic example

https://aws.amazon.com/blogs/compute/migrating-aws-lambda-functions-to-arm-based-aws-graviton2-processors/

seanpianka commented 2 years ago

Might want to investigate forking this (or finding a more active fork, or finding a more active project for the same purpose) as it's been over 6+ months without a commit.

johansmitsnl commented 2 years ago

@seanpianka suggestions?

aragalie commented 1 year ago

Anyone has a suggestion for a more actively maintained fork/plugin than this one? It sucks that we have to fork it ourselves for such minor updates...

@softprops could you kindly also share what's your take on this? any ideas from your side on what the community should/could do in the current situation, with your current constraints in keeping things updated?