softprops / serverless-rust

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

Add configuration setting to specify docker image #65

Closed dbottisti closed 4 years ago

dbottisti commented 4 years ago

What did you implement:

Added the ability to specify the docker image name with the custom.rust.dockerImage variable. If not provided, the previous default of softprops/lambda-rust is used.

Closes: #42

How did you verify your change:

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