softprops / serverless-rust

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

Use Amazon Linux 2 base OS #83

Closed mattrjacobs closed 4 years ago

mattrjacobs commented 4 years ago

💡 Feature description

As described here, AL1 has an end-of-life of December 2020.

💻 Basic example

AFAIK, this change should just be to update the string const BASE_RUNTIME = "provided"; to const BASE_RUNTIME = "provided.al2"; and then test.