Skip to content

Commit 40b7b06

Browse files
author
Mitch Lloyd
committed
WIP: run build on package changes
1 parent 9148324 commit 40b7b06

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

Diff for: packages/@aws-cdk/aws-kinesisanalytics-flink/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33

44
---
55

6-
![cfn-resources: Stable](https://img.shields.io/badge/cfn--resources-stable-success.svg?style=for-the-badge)
7-
8-
> All classes with the `Cfn` prefix in this module ([CFN Resources]) are always stable and safe to use.
9-
>
10-
> [CFN Resources]: https://docs.aws.amazon.com/cdk/latest/guide/constructs.html#constructs_lib
11-
126
![cdk-constructs: Experimental](https://img.shields.io/badge/cdk--constructs-experimental-important.svg?style=for-the-badge)
137

148
> The APIs of higher level constructs in this module are experimental and under active development.
@@ -21,7 +15,6 @@
2115

2216
<!--END STABILITY BANNER-->
2317

24-
2518
The `@aws-cdk/aws-kinesisanalyticsv2` package provides constructs for
2619
creating Kinesis Data Analytics applications.
2720

Diff for: packages/@aws-cdk/aws-kinesisanalytics-flink/package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@
4747
"build+test": "yarn build && yarn test",
4848
"build+test+package": "yarn build+test && yarn package",
4949
"compat": "cdk-compat",
50-
"rosetta:extract": "yarn --silent jsii-rosetta extract",
51-
"cfn2ts": "cfn2ts",
52-
"gen": "cfn2ts"
50+
"rosetta:extract": "yarn --silent jsii-rosetta extract"
5351
},
5452
"keywords": [
5553
"aws",
@@ -110,7 +108,6 @@
110108
},
111109
"cdk-build": {
112110
"jest": true,
113-
"cloudformation": [],
114111
"env": {
115112
"AWSLINT_BASE_CONSTRUCT": true
116113
}

Diff for: packages/@aws-cdk/cloudformation-include/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@
153153
"@aws-cdk/aws-kendra": "0.0.0",
154154
"@aws-cdk/aws-kinesis": "0.0.0",
155155
"@aws-cdk/aws-kinesisanalytics": "0.0.0",
156-
"@aws-cdk/aws-kinesisanalytics-flink": "0.0.0",
157156
"@aws-cdk/aws-kinesisfirehose": "0.0.0",
158157
"@aws-cdk/aws-kms": "0.0.0",
159158
"@aws-cdk/aws-lakeformation": "0.0.0",

0 commit comments

Comments
 (0)