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.
Post-Mortem: 3.5 Hours One 4 year old Github issue 1 obscure blog post about something else that helped I recently wrote an article about how to create a PDF generator API on AWS Lambda using Serverless, Python3, and WKHTMLTOPDF. Building a PDF Generator on AWS Lambda with Python3 and wkhtmltopdf. Sorry for all the acronyms. […]
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.