Optimizing large file imports with AWS Lambda & SQS

Optimizing large file imports with AWS Lambda & SQS

Challenge

Large files become difficult for the client’s application to import straight into the database.  The current server-based API resulted in:

Solutions:

We used AWS Lambda and Amazon SQS to process the file import procedure to a server less architecture:

Outcomes:

Important AWS services utilized

Scroll to Top