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

What's the differences between this and cargo-lambda? #114

Open
overheat opened this issue Mar 24, 2022 · 1 comment
Open

What's the differences between this and cargo-lambda? #114

overheat opened this issue Mar 24, 2022 · 1 comment

Comments

@overheat
Copy link

overheat commented Mar 24, 2022

Looks the serverless-rust can deploy lambda to cloud. But CDK can deploy lambda too.
Any other differences?

@softprops
Copy link
Owner

softprops commented May 15, 2022

This predated most of what you see today. It is a serverless framework plugin for building and packaging and deploying rust based lambdas. It integrates with that ecosystem

the difference is this integrates directly a tool organizations are likely already using which allows for incremental adoption of rust without a switching cost. That was the original idea at least. You may have other lambdas that are not rust that you can incrementally experiment with trying rust.

this plugin is likely less maintained than the cargo plugin due to a few factors.

  • I haven’t had much time to maintain it
  • I’ve since largely switched personal preference to aws sam, my organization uses this

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