New Video - Building a Lightning Fast Serverless API on AWS with Fastify & AWS Amplify
In this video I show you how to deploy a serverless web server to AWS with single digit millisecond latency.
Length: 10:13
youtube.com/watch?v=tuOw0wum…
I'm looking for recommendations on 👏 awesome freelance engineers 👏 to help build out tresor.one. Lots of awesomeness ahead.
Stack:
@nuxt_js + @fastifyjs + @nodejs
Send them my way 🙏 DMs are open.
The @fastifyjs plugin under-pressure offers a simple solution to detect if a #Nodejs application is under load and apply a circuit-breaking mechanism.
nf.ie/3sE19PG
Hey!!! Finally, my app "Restock." is live on the App Store and Play Store! 🚀
Thanks to @expo and the whole open source community.🙏 If you like, take a look! It's a products tracker (do you have a PS5?? 😅).
Apple: apps.apple.com/it/app/restoc…
Google: play.google.com/store/apps/d…
I've been working on replacing a microservices gateway with @fastifyjs and fastify-reply-from. Its currently beating our Kong + custom plugin gateway in benchmarks which I didn't expect. Super impressed with it so far. #microservices#API
Two freshly minted CVEs for the @fastifyjs ecosystems: please update fastify-reply-from and fastify-http-proxy as soon as possible. CVEs: CVE-2021-21321 and CVE-2021-21322.
80% is definitely not better than 0% if people end up breaking in production because they assumed that something that works in the browser works in node :-/
Hmm. @fastifyjs ... Typescript ready, schema based, high performance, extensible and dev friendly web fwk for Node? Must check this out for what we are building at @OpenGovInc - @JeremiahRhall@toddfast?
I've actually been quite interested in checking out fastify recently. The schema stuff looks pretty cool, until now i've just used my own package that wraps express to do that type of stuff but it's a pain to maintain.