Equivalents of AWS Lambda and AWS SQS in the Elixir Ecosystem?

I am considering using things I am familiar with to do tasks in the background [basically OCR processing], namely: AWS Lambda and AWS SQS. My question, what are the equivalent tools and/or setups in the Elixir Ecosystem for those AWS services?

You could look at things like Oban, FLAME, Broadway (has an SQS adaptor).

3 Likes