Howto link AWS SDK C++ library to UE5 and example repo with binaries

Hi,

I created a plugin project for statically linking the AWS C++ SDK with Unreal Engine 5. It is intended to be used as a plugin for Unreal Engine projects. The project is source code and static libraries only, and is meant to help developers to integrate AWS into their Unreal Engine projects by taken away the need to compile the SDK themselves.

I’ve also added the scripts for compiling the binaries on MacOs and Android. The modules mentioned below are tested on MacOS 14.0 and Meta Quest Pro (Android 10).

For now I’ve only added the following modules:

  • aws-sdk-s3
  • aws-cognito-identity;
  • aws-cognito-idp

If you want to add more modules please send me a message or create a pull request.

Best,

Olivier