Skip to content

maxbundscherer/aws-access-token-gui

 
 

Repository files navigation

Changes to origin

  • Get access-token from aws not id-token (forked from innFactory)

Let's get started

  1. npm install (install dependencies)
  2. npm start (run project on your device)
  3. (Opt) npm run package (package project - see ./release/)

Get a Amazon Web Service Token via GUI

A small proof of concept with React, Electron and AWS-SDK. More Infos in German - innFactory.de/blog



Install dependencies:

$ cd aws-access-token-gui
$ npm install

Package the app for your local platform:

$ npm run package


Architecture

Dependencies

electron-react-boilerplate
https://github.com/chentsulin/electron-react-boilerplate


material-ui
https://github.com/callemall/material-ui


reflexbox
https://github.com/jxnblk/reflexbox


electron-json-storage
https://github.com/jviotti/electron-json-storage


aws-sdk-js
https://github.com/aws/aws-sdk-js

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 95.6%
  • HTML 3.0%
  • CSS 1.4%