Nextdoor / cdk-pipelines-github

Apache License 2.0
2 stars 0 forks source link

fix: run aws-auth step in synth step too, make region optional #8

Closed diranged closed 11 months ago

diranged commented 11 months ago
  1. The synth step likely needs AWS credentials as well to do things like .lookup() calls.
  2. Set the default region to us-east-1 if one is not supplied.
  3. Remove the assumeRole component of the codebase as we do not use it right now and it adds confusion.