robhan-cdk-lib.aws-mwaa 0.0.0__tar.gz → 0.0.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of robhan-cdk-lib.aws-mwaa might be problematic. Click here for more details.

Files changed (17) hide show
  1. {robhan_cdk_lib_aws_mwaa-0.0.0/src/robhan_cdk_lib.aws_mwaa.egg-info → robhan_cdk_lib_aws_mwaa-0.0.1}/PKG-INFO +3 -3
  2. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/README.md +2 -2
  3. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/setup.py +2 -2
  4. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib/aws_mwaa/__init__.py +2 -2
  5. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib/aws_mwaa/_jsii/__init__.py +1 -1
  6. robhan_cdk_lib_aws_mwaa-0.0.1/src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.1.jsii.tgz +0 -0
  7. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1/src/robhan_cdk_lib.aws_mwaa.egg-info}/PKG-INFO +3 -3
  8. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib.aws_mwaa.egg-info/SOURCES.txt +1 -1
  9. robhan_cdk_lib_aws_mwaa-0.0.0/src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.0.jsii.tgz +0 -0
  10. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/LICENSE +0 -0
  11. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/MANIFEST.in +0 -0
  12. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/pyproject.toml +0 -0
  13. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/setup.cfg +0 -0
  14. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib/aws_mwaa/py.typed +0 -0
  15. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib.aws_mwaa.egg-info/dependency_links.txt +0 -0
  16. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib.aws_mwaa.egg-info/requires.txt +0 -0
  17. {robhan_cdk_lib_aws_mwaa-0.0.0 → robhan_cdk_lib_aws_mwaa-0.0.1}/src/robhan_cdk_lib.aws_mwaa.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robhan_cdk_lib.aws_mwaa
3
- Version: 0.0.0
3
+ Version: 0.0.1
4
4
  Summary: AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow
5
5
  Home-page: https://github.com/robert-hanuschke/cdk-aws_mwaa.git
6
6
  Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
@@ -26,7 +26,7 @@ Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: robhan_cdk_lib.utils<0.0.91,>=0.0.90
27
27
  Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
- # @robhan-cdk-lib/aws_aps
29
+ # @robhan-cdk-lib/aws_mwaa
30
30
 
31
31
  AWS Cloud Development Kit (CDK) constructs for Amazon Managed Workflows for Apache Airflow (MWAA).
32
32
 
@@ -42,7 +42,7 @@ Those features are implemented here.
42
42
 
43
43
  The CDK maintainers explain that [publishing your own package](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#publishing-your-own-package) is "by far the strongest signal you can give to the CDK team that a feature should be included within the core aws-cdk packages".
44
44
 
45
- This project aims to develop aws_aps constructs to a maturity that can potentially be accepted to the CDK core.
45
+ This project aims to develop aws_mwaa constructs to a maturity that can potentially be accepted to the CDK core.
46
46
 
47
47
  It is not supported by AWS and is not endorsed by them. Please file issues in the [GitHub repository](https://github.com/robert-hanuschke/cdk-aws_mwaa/issues) if you find any.
48
48
 
@@ -1,4 +1,4 @@
1
- # @robhan-cdk-lib/aws_aps
1
+ # @robhan-cdk-lib/aws_mwaa
2
2
 
3
3
  AWS Cloud Development Kit (CDK) constructs for Amazon Managed Workflows for Apache Airflow (MWAA).
4
4
 
@@ -14,7 +14,7 @@ Those features are implemented here.
14
14
 
15
15
  The CDK maintainers explain that [publishing your own package](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#publishing-your-own-package) is "by far the strongest signal you can give to the CDK team that a feature should be included within the core aws-cdk packages".
16
16
 
17
- This project aims to develop aws_aps constructs to a maturity that can potentially be accepted to the CDK core.
17
+ This project aims to develop aws_mwaa constructs to a maturity that can potentially be accepted to the CDK core.
18
18
 
19
19
  It is not supported by AWS and is not endorsed by them. Please file issues in the [GitHub repository](https://github.com/robert-hanuschke/cdk-aws_mwaa/issues) if you find any.
20
20
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "robhan_cdk_lib.aws_mwaa",
8
- "version": "0.0.0",
8
+ "version": "0.0.1",
9
9
  "description": "AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow",
10
10
  "license": "MIT",
11
11
  "url": "https://github.com/robert-hanuschke/cdk-aws_mwaa.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "robhan_cdk_lib.aws_mwaa._jsii": [
29
- "aws_mwaa@0.0.0.jsii.tgz"
29
+ "aws_mwaa@0.0.1.jsii.tgz"
30
30
  ],
31
31
  "robhan_cdk_lib.aws_mwaa": [
32
32
  "py.typed"
@@ -1,5 +1,5 @@
1
1
  r'''
2
- # @robhan-cdk-lib/aws_aps
2
+ # @robhan-cdk-lib/aws_mwaa
3
3
 
4
4
  AWS Cloud Development Kit (CDK) constructs for Amazon Managed Workflows for Apache Airflow (MWAA).
5
5
 
@@ -15,7 +15,7 @@ Those features are implemented here.
15
15
 
16
16
  The CDK maintainers explain that [publishing your own package](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#publishing-your-own-package) is "by far the strongest signal you can give to the CDK team that a feature should be included within the core aws-cdk packages".
17
17
 
18
- This project aims to develop aws_aps constructs to a maturity that can potentially be accepted to the CDK core.
18
+ This project aims to develop aws_mwaa constructs to a maturity that can potentially be accepted to the CDK core.
19
19
 
20
20
  It is not supported by AWS and is not endorsed by them. Please file issues in the [GitHub repository](https://github.com/robert-hanuschke/cdk-aws_mwaa/issues) if you find any.
21
21
 
@@ -33,7 +33,7 @@ import constructs._jsii
33
33
  import robhan_cdk_lib.utils._jsii
34
34
 
35
35
  __jsii_assembly__ = jsii.JSIIAssembly.load(
36
- "@robhan-cdk-lib/aws_mwaa", "0.0.0", __name__[0:-6], "aws_mwaa@0.0.0.jsii.tgz"
36
+ "@robhan-cdk-lib/aws_mwaa", "0.0.1", __name__[0:-6], "aws_mwaa@0.0.1.jsii.tgz"
37
37
  )
38
38
 
39
39
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: robhan_cdk_lib.aws_mwaa
3
- Version: 0.0.0
3
+ Version: 0.0.1
4
4
  Summary: AWS CDK Construct Library for Amazon Managed Workflows for Apache Airflow
5
5
  Home-page: https://github.com/robert-hanuschke/cdk-aws_mwaa.git
6
6
  Author: Robert Hanuschke<robhan-cdk-lib@hanuschke.eu>
@@ -26,7 +26,7 @@ Requires-Dist: publication>=0.0.3
26
26
  Requires-Dist: robhan_cdk_lib.utils<0.0.91,>=0.0.90
27
27
  Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
- # @robhan-cdk-lib/aws_aps
29
+ # @robhan-cdk-lib/aws_mwaa
30
30
 
31
31
  AWS Cloud Development Kit (CDK) constructs for Amazon Managed Workflows for Apache Airflow (MWAA).
32
32
 
@@ -42,7 +42,7 @@ Those features are implemented here.
42
42
 
43
43
  The CDK maintainers explain that [publishing your own package](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#publishing-your-own-package) is "by far the strongest signal you can give to the CDK team that a feature should be included within the core aws-cdk packages".
44
44
 
45
- This project aims to develop aws_aps constructs to a maturity that can potentially be accepted to the CDK core.
45
+ This project aims to develop aws_mwaa constructs to a maturity that can potentially be accepted to the CDK core.
46
46
 
47
47
  It is not supported by AWS and is not endorsed by them. Please file issues in the [GitHub repository](https://github.com/robert-hanuschke/cdk-aws_mwaa/issues) if you find any.
48
48
 
@@ -11,4 +11,4 @@ src/robhan_cdk_lib.aws_mwaa.egg-info/top_level.txt
11
11
  src/robhan_cdk_lib/aws_mwaa/__init__.py
12
12
  src/robhan_cdk_lib/aws_mwaa/py.typed
13
13
  src/robhan_cdk_lib/aws_mwaa/_jsii/__init__.py
14
- src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.0.jsii.tgz
14
+ src/robhan_cdk_lib/aws_mwaa/_jsii/aws_mwaa@0.0.1.jsii.tgz