Skip to content

Commit

Permalink
Merge branch 'main' into ec2-alpha-rangesoverlap
Browse files Browse the repository at this point in the history
  • Loading branch information
awsdro authored Dec 10, 2024
2 parents 1b29712 + 625c431 commit 66303d0
Show file tree
Hide file tree
Showing 29 changed files with 1,101 additions and 540 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 66303d0

Please sign in to comment.