DynamoDB Basics for Your Next Serverless Project
DynamoDB is a nice database service that allows you to build at scale without worrying about managing a database server. Learn how you can start using it.
DynamoDB is a nice database service that allows you to build at scale without worrying about managing a database server. Learn how you can start using it.
In this post I describe the basics of a serverless.yml used by Serverless Framework. We look at environment variables, sourcing files, permissions, and function definitions.
Serverless technologies allow us to create scalable services without worrying about managing servers. In this tutorial we’ll build a PDF microservice that creates PDFs from HTML.