must-cdk 0.0.5__tar.gz → 0.0.6__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.
- {must_cdk-0.0.5/src/must_cdk.egg-info → must_cdk-0.0.6}/PKG-INFO +1 -1
- {must_cdk-0.0.5 → must_cdk-0.0.6}/setup.py +2 -2
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk/__init__.py +5 -5
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk/_jsii/__init__.py +1 -1
- must_cdk-0.0.6/src/must_cdk/_jsii/must-cdk@0.0.6.jsii.tgz +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6/src/must_cdk.egg-info}/PKG-INFO +1 -1
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk.egg-info/SOURCES.txt +1 -1
- must_cdk-0.0.5/src/must_cdk/_jsii/must-cdk@0.0.5.jsii.tgz +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/LICENSE +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/MANIFEST.in +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/README.md +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/pyproject.toml +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/setup.cfg +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk/py.typed +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk.egg-info/dependency_links.txt +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk.egg-info/requires.txt +0 -0
- {must_cdk-0.0.5 → must_cdk-0.0.6}/src/must_cdk.egg-info/top_level.txt +0 -0
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
5
5
|
"""
|
6
6
|
{
|
7
7
|
"name": "must-cdk",
|
8
|
-
"version": "0.0.
|
8
|
+
"version": "0.0.6",
|
9
9
|
"description": "must-cdk",
|
10
10
|
"license": "Apache-2.0",
|
11
11
|
"url": "https://github.com/globalmsq/must-cdk.git",
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
26
26
|
],
|
27
27
|
"package_data": {
|
28
28
|
"must_cdk._jsii": [
|
29
|
-
"must-cdk@0.0.
|
29
|
+
"must-cdk@0.0.6.jsii.tgz"
|
30
30
|
],
|
31
31
|
"must_cdk": [
|
32
32
|
"py.typed"
|
@@ -42,10 +42,10 @@ import aws_cdk.aws_route53 as _aws_cdk_aws_route53_ceddda9d
|
|
42
42
|
import constructs as _constructs_77d1e7e8
|
43
43
|
|
44
44
|
|
45
|
-
class
|
45
|
+
class ApiGatewayToLambdaCustomDomain(
|
46
46
|
_constructs_77d1e7e8.Construct,
|
47
47
|
metaclass=jsii.JSIIMeta,
|
48
|
-
jsii_type="must-cdk.
|
48
|
+
jsii_type="must-cdk.ApiGatewayToLambdaCustomDomain",
|
49
49
|
):
|
50
50
|
'''
|
51
51
|
:summary: The ApiGatewayToLambda class.
|
@@ -76,7 +76,7 @@ class ApiGatewayToLambda(
|
|
76
76
|
:param log_group_props:
|
77
77
|
'''
|
78
78
|
if __debug__:
|
79
|
-
type_hints = typing.get_type_hints(
|
79
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d7036b176aa7b446813bdbc7672055bba27972db6a947684b57c6f8f02e0f9b6)
|
80
80
|
check_type(argname="argument scope", value=scope, expected_type=type_hints["scope"])
|
81
81
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
82
82
|
props = ApiGatewayToLambdaProps(
|
@@ -267,13 +267,13 @@ class ApiGatewayToLambdaProps:
|
|
267
267
|
|
268
268
|
|
269
269
|
__all__ = [
|
270
|
-
"
|
270
|
+
"ApiGatewayToLambdaCustomDomain",
|
271
271
|
"ApiGatewayToLambdaProps",
|
272
272
|
]
|
273
273
|
|
274
274
|
publication.publish()
|
275
275
|
|
276
|
-
def
|
276
|
+
def _typecheckingstub__d7036b176aa7b446813bdbc7672055bba27972db6a947684b57c6f8f02e0f9b6(
|
277
277
|
scope: _constructs_77d1e7e8.Construct,
|
278
278
|
id: builtins.str,
|
279
279
|
*,
|
Binary file
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|