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

Updated base runtime to `provided.al2` #84

Closed mattrjacobs closed 4 years ago

mattrjacobs commented 4 years ago

What did you implement:

Use Amazon Linux 2 as base OS

Closes: #83

How did you verify your change:

I ran unit and integration tests. However, I also tried provided.al3 (which isn't a thing) and that passed tests. So I don't have full confidence that the existing tests cover the base-runtime. I don't know enough about custom Lambda runtimes to know exactly what needs to change in the tests.

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