must-cdk 0.0.4__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.4
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.4",
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.4.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.
@@ -69,14 +69,14 @@ class ApiGatewayToLambda(
69
69
  :param id: - this is a a scope-unique id.
70
70
  :param api_gateway_props: Optional user-provided props to override the default props for the API.
71
71
  :param create_usage_plan: Whether to create a Usage Plan attached to the API. Must be true if apiGatewayProps.defaultMethodOptions.apiKeyRequired is true
72
- :param custom_domain_name: Optional custom domain configuration for API Gateway. Default: - no custom domain
72
+ :param custom_domain_name: Optional custom domain name for API Gateway, an ACM cert will also created. Default: - no custom domain
73
73
  :param existing_lambda_obj: Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
74
74
  :param hosted_zone: Optional Route53 hosted zone to create alias record for the custom domain. Default: - no Route53 alias record created
75
75
  :param lambda_function_props: User provided props to override the default props for the Lambda function.
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(
@@ -159,7 +159,7 @@ class ApiGatewayToLambdaProps:
159
159
  '''
160
160
  :param api_gateway_props: Optional user-provided props to override the default props for the API.
161
161
  :param create_usage_plan: Whether to create a Usage Plan attached to the API. Must be true if apiGatewayProps.defaultMethodOptions.apiKeyRequired is true
162
- :param custom_domain_name: Optional custom domain configuration for API Gateway. Default: - no custom domain
162
+ :param custom_domain_name: Optional custom domain name for API Gateway, an ACM cert will also created. Default: - no custom domain
163
163
  :param existing_lambda_obj: Existing instance of Lambda Function object, providing both this and ``lambdaFunctionProps`` will cause an error. Default: - None
164
164
  :param hosted_zone: Optional Route53 hosted zone to create alias record for the custom domain. Default: - no Route53 alias record created
165
165
  :param lambda_function_props: User provided props to override the default props for the Lambda function.
@@ -212,7 +212,7 @@ class ApiGatewayToLambdaProps:
212
212
 
213
213
  @builtins.property
214
214
  def custom_domain_name(self) -> typing.Optional[builtins.str]:
215
- '''Optional custom domain configuration for API Gateway.
215
+ '''Optional custom domain name for API Gateway, an ACM cert will also created.
216
216
 
217
217
  :default: - no custom domain
218
218
  '''
@@ -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.4", __name__[0:-6], "must-cdk@0.0.4.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.4
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.4.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