softprops / lambda-rust

🐳 🦀 a dockerized lambda build env for rust applications
MIT License
162 stars 76 forks source link

Automatically push new Docker images #92

Open holly-hacker opened 3 years ago

holly-hacker commented 3 years ago

There should be some automated system to publish new Docker images for new stable releases of Rust, to avoid having to wait for an unresponsive maintainer.

Should resolve #80, #83, #86, etc.

mbergkvist commented 3 years ago

@HoLLy-HaCKeR I've moved to use AWS CDK to build and deploy Rust lambdas. See https://github.com/mbergkvist/rust-lambda-cdk for a sample project that automates build and deploy process.