AWS SQS Basic Implementation
The data ingestion team recently had a use case for a new queue driven process. So we decided to give SQS a shot. Our system needed to process a file after it was added to S3, in this case converting it from PDF to JSON. We previously built a similar process as a Lambda function…