@aws-cdk/aws-qldb
Advanced tools
Comparing version
@@ -382,3 +382,3 @@ import * as cdk from '@aws-cdk/core'; | ||
* | ||
* Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see [KPL Key Concepts](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-concepts.html) and [Consumer De-aggregation](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-consumer-deaggregation.html) in the *Amazon Kinesis Data Streams Developer Guide* . | ||
* > Record aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see [KPL Key Concepts](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-concepts.html) and [Consumer De-aggregation](https://docs.aws.amazon.com/streams/latest/dev/kinesis-kpl-consumer-deaggregation.html) in the *Amazon Kinesis Data Streams Developer Guide* . | ||
* | ||
@@ -385,0 +385,0 @@ * @link http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-qldb-stream-kinesisconfiguration.html#cfn-qldb-stream-kinesisconfiguration-aggregationenabled |
{ | ||
"name": "@aws-cdk/aws-qldb", | ||
"version": "1.196.0", | ||
"version": "1.197.0", | ||
"description": "The CDK Construct Library for AWS::QLDB", | ||
@@ -84,14 +84,14 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assertions": "1.196.0", | ||
"@aws-cdk/cdk-build-tools": "1.196.0", | ||
"@aws-cdk/cfn2ts": "1.196.0", | ||
"@aws-cdk/pkglint": "1.196.0", | ||
"@aws-cdk/assertions": "1.197.0", | ||
"@aws-cdk/cdk-build-tools": "1.197.0", | ||
"@aws-cdk/cfn2ts": "1.197.0", | ||
"@aws-cdk/pkglint": "1.197.0", | ||
"@types/jest": "^27.5.2" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.196.0", | ||
"@aws-cdk/core": "1.197.0", | ||
"constructs": "^3.3.69" | ||
}, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.196.0", | ||
"@aws-cdk/core": "1.197.0", | ||
"constructs": "^3.3.69" | ||
@@ -98,0 +98,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
220447
0+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated