https://github.com/dabolus/localui
A simple UI to interact with real or emulated AWS services (LocalStack, Minio, etc).
https://github.com/dabolus/localui
aws emulated local localstack minio s3 ui
Last synced: 6 months ago
JSON representation
A simple UI to interact with real or emulated AWS services (LocalStack, Minio, etc).
- Host: GitHub
- URL: https://github.com/dabolus/localui
- Owner: Dabolus
- License: mit
- Created: 2023-11-01T20:39:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T18:18:53.000Z (over 1 year ago)
- Last Synced: 2025-03-30T09:31:32.556Z (9 months ago)
- Topics: aws, emulated, local, localstack, minio, s3, ui
- Language: TypeScript
- Homepage:
- Size: 4.54 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/Dabolus/localui 'LocalUI')
LocalUI is a simple web portal that uses the AWS SDK (v3) to interact with AWS
services. It is designed to be used with emulated AWS services (LocalStack,
Minio, etc.), even though it can technically be used also with real AWS
services.
## Features
- Interact with different emulators on different ports with the same UI
(even for multiple emulators of the same service!)
- Quickly perform tasks that are common in development environments with ease
(e.g. delete multiple S3 buckets at once, quickly preview S3 files, etc.)
## License
MIT. See `LICENSE` for more details.