generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 262
Open
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThe issue or PR still needs to be triagedThe issue or PR still needs to be triaged
Description
In the code below, the check should be against propsObject.dynamoTableProps.pointInTimeRecovery
and propsObject.dynamoTableProps.pointInTimeRecoverySpecification
Thanks to @vicentenoriega for finding this.
if (propsObject.pointInTimeRecovery && propsObject.pointInTimeRecoverySpecification) {
errorMessages += 'Error - Either provide pointInTimeRecovery or pointInTimeRecoverySpecification, but not both.\n';
errorFound = true;
}
Reproduction Steps
Error Log
Environment
- CDK CLI Version :
- CDK Framework Version:
- AWS Solutions Constructs Version :
- OS :
- Language :
Other
This is 🐛 Bug Report
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingneeds-triageThe issue or PR still needs to be triagedThe issue or PR still needs to be triaged