Skip to content

Commit

Permalink
Merge branch 'main' into cluster-l1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Dec 11, 2024
2 parents 5d7685d + 59e96a3 commit ac7582b
Show file tree
Hide file tree
Showing 78 changed files with 70,598 additions and 1,071 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
}
],
"KinesisStreamSpecification": {
"ApproximateCreationDateTimePrecision": "MILLISECOND",
"StreamArn": {
"Fn::GetAtt": [
"Stream790BDEE4",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ new dynamodb.Table(stack, 'Table', {
partitionKey: { name: 'hashKey', type: dynamodb.AttributeType.STRING },
removalPolicy: cdk.RemovalPolicy.DESTROY,
kinesisStream: stream,
kinesisPrecisionTimestamp: dynamodb.ApproximateCreationDateTimePrecision.MILLISECOND,
});

app.synth();

Large diffs are not rendered by default.

This file was deleted.

Binary file not shown.
Loading

0 comments on commit ac7582b

Please sign in to comment.