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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: must-cdk
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: must-cdk
5
5
  Home-page: https://github.com/globalmsq/must-cdk.git
6
6
  Author: Must Admin<admin-mufin@users.noreply.github.com>
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "must-cdk",
8
- "version": "0.0.5",
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.5.jsii.tgz"
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 ApiGatewayToLambda(
45
+ class ApiGatewayToLambdaCustomDomain(
46
46
  _constructs_77d1e7e8.Construct,
47
47
  metaclass=jsii.JSIIMeta,
48
- jsii_type="must-cdk.ApiGatewayToLambda",
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(_typecheckingstub__88385340a9ac0a3d345bb5f8b9e0334655a117a97d92f90c383b720f4bbd4824)
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
- "ApiGatewayToLambda",
270
+ "ApiGatewayToLambdaCustomDomain",
271
271
  "ApiGatewayToLambdaProps",
272
272
  ]
273
273
 
274
274
  publication.publish()
275
275
 
276
- def _typecheckingstub__88385340a9ac0a3d345bb5f8b9e0334655a117a97d92f90c383b720f4bbd4824(
276
+ def _typecheckingstub__d7036b176aa7b446813bdbc7672055bba27972db6a947684b57c6f8f02e0f9b6(
277
277
  scope: _constructs_77d1e7e8.Construct,
278
278
  id: builtins.str,
279
279
  *,
@@ -32,7 +32,7 @@ import aws_cdk._jsii
32
32
  import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
- "must-cdk", "0.0.5", __name__[0:-6], "must-cdk@0.0.5.jsii.tgz"
35
+ "must-cdk", "0.0.6", __name__[0:-6], "must-cdk@0.0.6.jsii.tgz"
36
36
  )
37
37
 
38
38
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: must-cdk
3
- Version: 0.0.5
3
+ Version: 0.0.6
4
4
  Summary: must-cdk
5
5
  Home-page: https://github.com/globalmsq/must-cdk.git
6
6
  Author: Must Admin<admin-mufin@users.noreply.github.com>
@@ -11,4 +11,4 @@ src/must_cdk.egg-info/dependency_links.txt
11
11
  src/must_cdk.egg-info/requires.txt
12
12
  src/must_cdk.egg-info/top_level.txt
13
13
  src/must_cdk/_jsii/__init__.py
14
- src/must_cdk/_jsii/must-cdk@0.0.5.jsii.tgz
14
+ src/must_cdk/_jsii/must-cdk@0.0.6.jsii.tgz
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes