Creating a PDF conversion tool using Serverless and Amplify - Part 3 - Serverless PDF Processing Lambda
This is part 3 of the PDF2JPG Conversion app - part 2 can be found here.
For this part of the project we will build a lambda that automatically processes uploaded pdfs. It first takes the pdf and turns each page into a jpg and eventually als...