Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sleitnick/rbxaws

[Under Development] AWS SDK for Roblox
https://github.com/sleitnick/rbxaws

aws roblox sdk

Last synced: 6 days ago
JSON representation

[Under Development] AWS SDK for Roblox

Awesome Lists containing this project

README

        

![Logo](/imgs/logo_medium.png)

# 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:

### [HashLib](https://www.roblox.com/library/4544052033/HashLib)
- 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](https://github.com/Egor-Skriptunoff/pure_lua_SHA) project.

### [Promise](https://github.com/evaera/roblox-lua-promise)
- Author: Eryn L. K. (_evaera_)
- Promise implementation for Roblox

### [xml2lua](https://github.com/manoelcampos/xml2lua)
- Author: Manoel Campos da Silva Filho
- Parse XML to Lua tables
- License: MIT