Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sleitnick/rbxaws
- Owner: Sleitnick
- License: mit
- Created: 2020-02-11T16:24:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T04:50:38.000Z (over 3 years ago)
- Last Synced: 2024-11-02T13:21:14.969Z (13 days ago)
- Topics: aws, roblox, sdk
- Language: Lua
- Homepage:
- Size: 138 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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