docx-to-pdf-on-AWS-Lambda
docx-to-pdf-on-AWS-Lambda copied to clipboard
Microsoft Word doc/docx to PDF conversion on AWS Lambda using Node.js
Hello, I am trying to trigger a SQS message via a NodeJS Lambda to perform the conversion. The SQS message parameters required by AWS don't match the trigger structure that...
Sorry, having problems using the AWS visual editors to create the execution role. Do you have an example? My source bucket is docxsource, and write bucket is docxtarget
Just to say a big thank you! I deployed and test this function smoothly. 3 minor issues 1. The lambda function must be deployed to the same region as where...