What is AwsCore::SQS (Simple Queueing Service)?
This plugin gives you the ability to communicate with AWS SQS inside Unreal Engine 4.
Amazon SQS provides queues for high-throughput, system-to-system messaging. You can use queues to decouple heavyweight processes and to buffer and batch work. Amazon SQS stores messages until microservices and serverless applications process them.
Purchase
Getting Started
Initializing SQS
SELECT YOUR REGION
Make sure to select the correct region that you are going to use for your AWS services, double check that you do not misspell the region name as that will cause connection issues.

Invoking SQS Functions
Before calling any SQS functions you have to wait for the “Create SQS Object” callback, this callback will tell you when SQS is ready and has been initialized by Amazon Services, calling any SQS functions before this callback has returned will cause issues
All SQS functions are Blueprint Async nodes that run Async