Skip to content

Access the AWS Console using Access Keys and assumed roles.

License

Notifications You must be signed in to change notification settings

jnawk/aws-electron

Repository files navigation

aws-electron

Access the AWS Console using Access Keys and assumed roles.

Development notes:

Old dependency versions

  1. react, react-dom, @types/react and @types/react-dom don't seem to want to go newer than 17.x
  2. urllib doesn't seem to be able to go newer than 2.X (loses support for specifying a custom agent & upgrades proxy-agent)
  3. query-string goes to ESM in 8.x. We can't upgrade yet because mocha / chai don't like it, & upgrading to ts-jest is not straight forward.
  4. chai itself doesn't seem to want to upgrade beyond 4.x

TODOs

  1. url.format is depricated, but the alternative is rather shitty.
    • I'm thinking about reimplementing url.format to wrap the shittyness.