We need an AWS Lambda function that based on an SQS message, it splits a PDF file per page and uploads each separate PDF the to S3 (location is specified in the SQS message) and send back the URL’s of the uploaded pages via another queue specified in the original SQS message.
Task
We need an AWS Lambda function that based on an SQS message, it splits a PDF file per page and uploads each separate PDF the to S3 (location is specified in the SQS message) and send back the URL’s of the uploaded pages via another queue specified in the original SQS message.
Issue ticket number and link:
Evidence:
Demo: Link