Git Product home page Git Product logo

leo-capvano / localstack-gui Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 86.68 MB

This application provides a graphical interface to manage Amazon S3 and AWS Secrets Manager on Localstack. Easily upload, view, and manage your S3 files and create, read, and update your AWS secrets.

Home Page: https://github.com/leo-capvano/Localstack-GUI

License: MIT License

Python 100.00%
aws docker localstack python s3 secrets-manager streamlit streamlit-webapp localstack-gui s3-gui secrets-manager-gui

localstack-gui's Introduction

๐Ÿ”ฅ Welcome to AWS GUI for Localstack

Overview

This application provides a graphical interface to manage Amazon S3 and AWS Secrets Manager on Localstack. Easily upload, view, and manage your S3 files and create, read, and update your AWS secrets.


S3 Features โœ…

  • create bucket
  • list buckets
  • delete bucket
  • add object to a bucket
  • list bucket objects
  • see object details
  • remove object from a bucket
  • download an object from a bucket
  • change AWS endpoint url

Secrets Manager Features โœ…

  • create secret
  • list secrets
  • delete secret
  • see secret details
  • see secret value
  • change AWS endpoint url

System Requirements and set-up

  • you should have docker and docker-compose installed
  • you should have a localstack container running on docker. Follow the below instructions to create one
cd localstack_gui/res
docker-compose -f docker-compose-localstack.yml up -d # to pull localstack image and run it into a docker container
docker ps # to check if the localstack container has been created and it is running
  • you should have python 3.12 & install app's requirements
cd localstack_gui
pip install -r requirements.txt

.EXE file

The app can be executed using an .exe file.

cd localstack_gui/dist
run.exe # this is the executable file 

SUGGESTION: inside the dist/ folder you can find a link to this .exe file; place it where you want. You can even add it to the PATH environment variable.

Raw script usage

  1. follow the above set-up instructions
  2. run streamlit gui with the command
cd localstack_gui
streamlit run ./Home.py

Screenshot

S3

img.png
img.png

Secrets Manager

img.png img.png

Contribute

This is an open-source project, any contribution is appreciated.
Thank You ๐Ÿ™Œ

localstack-gui's People

Contributors

leo-capvano avatar

Stargazers

Harsh Mishra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.