UE4 to AWS Lambda and Other AWS Service Integration

Anybody that has run UE4 clients (on mobile devices) with integration to AWS services (i.e. Lambda, and other services). Is there a way to call this from UE4 blueprints? (not talking about AWS Gamelift)

  1. Build aws C++. GitHub - aws/aws-sdk-cpp: AWS SDK for C++
  2. Attach to DLL that you need
  3. Expose function to blueprint

like GameLift SDK

Many thanks