Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pubsys: default AwsConfig so it's not required
Have serde default `aws.region` so the user does not have to have an empty `aws.region` table if they have no region-specific configuration. Have serde default `aws.regions` in case the user only wants to specify regions on the command line with `PUBLISH_REGIONS`. Derive Default on AwsConfig now that all sections of `aws` in Infra.toml are optional, so the user doesn't need an empty `[aws]` section if they intend to use default credential mechanisms and specify `PUBLISH_REGIONS`. Co-authored-by: Zac Mrowicki <[email protected]> Co-authored-by: Tom Kirchner <[email protected]>
- Loading branch information