biffgaut

Results 12 issues of biffgaut

In the [code below](https://github.com/awslabs/aws-solutions-constructs/blob/307c42e1fbcaa5f621cfb9a314f0dea513733384/source/patterns/%40aws-solutions-constructs/core/lib/dynamodb-table-helper.ts#L152), 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...

bug
needs-triage