/RbxAWS

[Under Development] AWS SDK for Roblox

Primary LanguageLuaMIT LicenseMIT

Logo

RbxAWS

Unofficial and incomplete AWS SDK for Roblox.

!! WARNING !!

This library is under development and should not be used.

Development Roadmap

  • ✔️ = Implemented
  • 🔷 = In Development
  • ➖ = Not Started
  • ❌ = Not Implementing
Feature Status
S3 🔷
EC2
Lambda
DynamoDB
CloudWatch
CloudTrail
SNS
SQS
SES

Third-Party Libraries

This project wouldn't be possible without the following:

  • Authors: Egor Skriptunoff, boatbomber (Roblox), howmanysmalls (Roblox)
  • HMAC, SHA-1, and MD5 operations for authentication.
  • This is an open-source module under MIT provided by Roblox user boatbomber, and is based off of Egor Skriptunoff's Pure Lua SHA project.
  • Author: Eryn L. K. (evaera)
  • Promise implementation for Roblox
  • Author: Manoel Campos da Silva Filho
  • Parse XML to Lua tables
  • License: MIT