Skip to content

Commit

Permalink
adds explanation of environment argument in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jvardanian committed Jan 3, 2024
1 parent 82c39d7 commit 548c019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ new DnsValidationRoleConstruct(zoneStack, 'DnsValidationRoleConstruct', {

## Configuration

- `ACMValidationConstruct`: Deploys the Lambda function (written in Python) and EventBridge rule in the source account. Requires an environment identifier (such as 'dev' or 'prod'), the zone account ID and the zone name.
- `DnsValidationRoleConstruct`: Deploys the IAM role in the zone account, which the Lambda function assumes. Requires an environment identifier (such as 'dev' or 'prod'), the source account ID, and the zone account ID.
- `ACMValidationConstruct`: Deploys the Lambda function (written in Python) and EventBridge rule in the source account. Requires an environment identifier (such as 'dev' or 'prod'; this is used for naming resources), the zone account ID and the zone name.
- `DnsValidationRoleConstruct`: Deploys the IAM role in the zone account, which the Lambda function assumes. Requires an environment identifier (such as 'dev' or 'prod'; this is used for naming resources), the source account ID, and the zone account ID.

## Contributing

Expand Down

0 comments on commit 548c019

Please sign in to comment.