softprops / serverless-rust

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

investigate how integration testing works upstream #13

Closed softprops closed 5 years ago

softprops commented 5 years ago

here is an example https://github.com/serverless/serverless/blob/master/tests/templates/integration-test-template

softprops commented 5 years ago

implemented an mvp in https://github.com/softprops/serverless-rust/pull/17. Note some of that would not be needed if serverless implemented an invoke local for the provided runtime. See https://github.com/serverless/serverless/issues/5542 for progress on that

softprops commented 5 years ago

the mvp is working well. closing this until I need something better