@aws-cdk/aws-dax
Advanced tools
Comparing version 1.134.0 to 1.135.0
{ | ||
"name": "@aws-cdk/aws-dax", | ||
"version": "1.134.0", | ||
"version": "1.135.0", | ||
"description": "The CDK Construct Library for AWS::DAX", | ||
@@ -75,10 +75,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@aws-cdk/assertions": "1.134.0", | ||
"@aws-cdk/cdk-build-tools": "1.134.0", | ||
"@aws-cdk/cfn2ts": "1.134.0", | ||
"@aws-cdk/pkglint": "1.134.0", | ||
"@types/jest": "^27.0.2" | ||
"@aws-cdk/assertions": "1.135.0", | ||
"@aws-cdk/cdk-build-tools": "1.135.0", | ||
"@aws-cdk/cfn2ts": "1.135.0", | ||
"@aws-cdk/pkglint": "1.135.0", | ||
"@types/jest": "^27.0.3" | ||
}, | ||
"dependencies": { | ||
"@aws-cdk/core": "1.134.0", | ||
"@aws-cdk/core": "1.135.0", | ||
"constructs": "^3.3.69" | ||
@@ -88,3 +88,3 @@ }, | ||
"peerDependencies": { | ||
"@aws-cdk/core": "1.134.0", | ||
"@aws-cdk/core": "1.135.0", | ||
"constructs": "^3.3.69" | ||
@@ -91,0 +91,0 @@ }, |
@@ -17,1 +17,16 @@ # Amazon DynamoDB Accelerator Construct Library | ||
This module is part of the [AWS Cloud Development Kit](https://github.com/aws/aws-cdk) project. | ||
```ts nofixture | ||
import * as dax from '@aws-cdk/aws-dax'; | ||
``` | ||
<!--BEGIN CFNONLY DISCLAIMER--> | ||
There are no hand-written ([L2](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib)) constructs for this service yet. | ||
However, you can still use the automatically generated [L1](https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_l1_using) constructs, and use this service exactly as you would using CloudFormation directly. | ||
For more information on the resources and properties available for this service, see the [CloudFormation documentation for AWS::DAX](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_DAX.html). | ||
(Read the [CDK Contributing Guide](https://github.com/aws/aws-cdk/blob/master/CONTRIBUTING.md) if you are interested in contributing to this construct library.) | ||
<!--END CFNONLY DISCLAIMER--> |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
221852
14
1662
32
+ Added@aws-cdk/cloud-assembly-schema@1.135.0(transitive)
+ Added@aws-cdk/core@1.135.0(transitive)
+ Added@aws-cdk/cx-api@1.135.0(transitive)
+ Added@aws-cdk/region-info@1.135.0(transitive)
- Removed@aws-cdk/cloud-assembly-schema@1.134.0(transitive)
- Removed@aws-cdk/core@1.134.0(transitive)
- Removed@aws-cdk/cx-api@1.134.0(transitive)
- Removed@aws-cdk/region-info@1.134.0(transitive)
Updated@aws-cdk/core@1.135.0