softprops / serverless-rust

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

invoke local support #29

Closed softprops closed 5 years ago

softprops commented 5 years ago

What did you implement:

added invoke local support. note those this has been merged to serverless master ( https://github.com/serverless/serverless/pull/5863 ) it hasn't made it into release so this change will depend on that happening first.

Closes: #20

How did you verify your change:

added integration test

What (if anything) would need to be called out in the CHANGELOG for the next release:

$ npx serverless invoke local -f foo -d '{"yes":"we can"}'