KozelAnatoliy / routineless

MIT License
7 stars 3 forks source link

Implement awscli setup. #33

Open KozelAnatoliy opened 10 months ago

KozelAnatoliy commented 10 months ago

Aws cdk executor requires aws credentials to be configured. It also uses aws config to resolve region if possible. Right now in order to use plugin user should install and configure awscli manually. We need to investigate how it can be installed and configured automatically during cdk executor execution, or at least using preinstall npm scripts. We can prompt aws configure cli if it was installed but not configured.