API gateway endpoint backed by lambda that invokes the method implemented in #2
Use Case
As a consumer of the API I should be able to ask for a remote server to process the minion ids and names of a character for me.
Proposed Solution
- Amazon API Gateway v1
- Lambda using Pupeteer via layer
- Invokes method on library
- Emit SQS message upon completion
Other
Dependent on #2
This is a 🚀 Feature Request