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:
Verified that specifying the dockerTag and dockerImage in serverless.yml file causes docker to pull the correct image
Verified the absence of the above tags causes docker to pull the default image
What (if anything) would need to be called out in the CHANGELOG for the next release:
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 ofsoftprops/lambda-rust
is used.Closes: #42
How did you verify your change:
dockerTag
anddockerImage
inserverless.yml
file causes docker to pull the correct imageWhat (if anything) would need to be called out in the CHANGELOG for the next release: