© 2026 Hashnode
In today's digital world, documents come in various formats, but two of the most widely used are DOC and PDF. DOC, typically associated with Microsoft Word, is used for editing and formatting text, while PDF (Portable Document Format) is often used f...

Introduction Lambda functions in AWS provide serverless compute capabilities, allowing you to run your code without the need to provision or manage servers. In this article, we will explore how to create a Lambda function that generates a PDF using t...
