A holistic view on implementation of a REST API backend using Serverless Framework —
Many examples available in the Internet demonstrate how quickly and easy anyone can build a REST API backend using Serverless Framework. Based on my experience, outcomes of those examples can be hardly called 'REST API'. That is because they don't implement the RESTful principals in full or even violate some basics of RESTful style. In this article I make an attempt to take one existing example and show how the example should be enhanced to step closer to REST API according best practices.
How to start you own blog using Hugo and Amazon S3 —
This tutorial will walk you through how to setup and deploy Hugo blog in AWS using all features like HTTP/2, HTTPS only access, CDN and many others.