Unity AWS SDK by Square Beam
Official AWS SDK is big, heavy, and not Unity Friendly, it's using "async" which is cool for .NET, but on Unity, we will collide with the "Main Thread" problem, so to avoid this you have to build workarounds that will make life harder for developers to maintain that code.
From Developer to Developers with Love!
This Github page is primarily for reporting bugs and feature requests.
Advantages against Official AWS SDK for .NET
- Cross-Platform
- No Libraries
- Secured
- Modular
- Totally Open
- Easy to Customise
- Light and Cross-Platform
- Light Build Size
- Nice and Tidy
- Using Unity's Web Request
Features
- S3: Head, Get, Upload, Delete Objects; Create, Delete, List, List All Buckets;
- EC2: Start, Stop, Terminate, Describe Instances.
- Lambda: Invoke Function.