A Single Page Application to manage AWS resources efficiently.
5.6K
A Single Page Application to manage AWS resources efficiently.
This application was built with:
curl -sL -o docker-compose.yml "https://raw.githubusercontent.com/unfor19/aws-webui/master/docker-compose.yml"
docker-compose -p awswebui --profile frontend up --detach
docker-compose -p awswebui down && \
rm docker-compose.yml
yarn install
yarn build
yarn --cwd server run install-dependencies
yarn localstack:up
yarn serve:prod
docker run --rm -it -p 8080:8080 unfor19/aws-webui
docker build -t aws-webui .
docker run --rm -it -p 8080:8080 aws-webui
Report issues/questions/feature requests on the Issues section.
Pull requests are welcome! These are the steps:
yarn install
git checkout -b my-new-feature)yarn localstack:up
yarn serve
git commit -am 'Added new feature')git push --set-up-stream origin my-new-feature)bulk edit value with the options to find and replace and add prefix/suffix. Requires a new function editItems(items)export selected items to a JSON file, the structure per service should be declared in src/router/routes.ts. For SSM the structure as in unfor19/parzival. Requires a new function exportItemsToFile(items)export selected items to a JSON string, the structure per service should be declared in src/router/routes.ts. For SSM the structure as in unfor19/parzival. Requires a new function exportItemsToString(string)import items from a JSON file attempts to create/update items, and returns information about which ones were successfully updated and which ones failed. Requires a new function importItemsFromFile(inputFilePath)import items from a JSON string attempts to create/update items, and returns information about which ones were successfully updated and which ones failed. Requires a new function importItemsFromString(string)Created and maintained by Meir Gabay
This project is licensed under the Apache License - see the LICENSE file for details
Content type
Image
Digest
Size
42.1 MB
Last updated
almost 5 years ago
docker pull unfor19/aws-webui