AWS CDK (& SDK) in Electron

This Electron app is a proof of concept that demonstrates the ability to build an Electron app that can operate on an AWS account using both SDK and CDK. It provides a model for deploying pre-built CDK apps, and for composing and deploying a CDK app on the fly. It can also do CDK bootstrapping, deploy standard CloudFormation templates and run SDK commands.


Credentials

Paste your credentials here. You can provide either an IAM user's AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, or temporary credentials that include the AWS_SESSION_TOKEN. It's not necessary to add "export" to each line, but it's ok if you do.

OR