SQS 1.0.4

General

  • Client Objects are now constructed asynchronously, projects should no longer “hang” for several seconds due to slow DNS resolving. However, you must wait until the Client object has been constructed! See included image below for an example.
  • AWS SDK libs are now Release built instead of Release+Debug to reduce it’s size

SQS Creating a User

Creating a SQS User

Go to https://console.aws.amazon.com/iam/ and login to your Amazon Account and access the IAM Console

Click on “Users” and then “Add User

Name your user user and check “Programmatic Access

On the next screen click on “Attach existing policies directly” and search for SQS

You can skip the “Tags” page

Verify your settings and click on “Create User

These are the security keys that you will have to enter in Unreal Engine to access Lambda functionality!