@robbdempsey The Acmeair sample was first written in 2015 and has not been updated in some time. It would be good to have a "modern" version of the sample. * [x] Use Fastify (https://github.com/nearform/acmeair-nodejs/pull/2) * [x] Use Promises / async/await where possible - The current code makes extensive use of callbacks. * [x] Use Pino for logging - The current code uses log4j * [x] Update dependencies * [x] Identify and Improve performance bottlenecks /cc @conoro @dberesford @mcollina
@robbdempsey
The Acmeair sample was first written in 2015 and has not been updated in some time. It would be good to have a "modern" version of the sample.
/cc @conoro @dberesford @mcollina