mozilla-services / pushbox

Durable Storage for Push
Mozilla Public License 2.0
6 stars 9 forks source link

Move to async/await #71

Open jrconlin opened 4 years ago

jrconlin commented 4 years ago

Rusoto 0.43+ are now async/await by default. We will need to refactor pushbox in order to use these new libraries. (Not a bad thing, but will take a bit of time.)