cloudsnorkel.cdk-turbo-layers 0.2.4__tar.gz → 0.3.0__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.
- {cloudsnorkel.cdk-turbo-layers-0.2.4/src/cloudsnorkel.cdk_turbo_layers.egg-info → cloudsnorkel_cdk_turbo_layers-0.3.0}/PKG-INFO +6 -1
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/pyproject.toml +1 -1
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/setup.py +5 -5
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel/cdk_turbo_layers/__init__.py +32 -14
- cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py +45 -0
- cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel.cdk_turbo_layers.egg-info}/PKG-INFO +6 -1
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel.cdk_turbo_layers.egg-info/SOURCES.txt +1 -1
- cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel.cdk_turbo_layers.egg-info/requires.txt +5 -0
- cloudsnorkel.cdk-turbo-layers-0.2.4/src/cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py +0 -27
- cloudsnorkel.cdk-turbo-layers-0.2.4/src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.2.4.jsii.tgz +0 -0
- cloudsnorkel.cdk-turbo-layers-0.2.4/src/cloudsnorkel.cdk_turbo_layers.egg-info/requires.txt +0 -5
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/LICENSE +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/MANIFEST.in +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/README.md +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/setup.cfg +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel/cdk_turbo_layers/py.typed +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel.cdk_turbo_layers.egg-info/dependency_links.txt +0 -0
- {cloudsnorkel.cdk-turbo-layers-0.2.4 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel.cdk_turbo_layers.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-turbo-layers
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Speed-up Lambda function deployment with dependency layers built in AWS
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-turbo-layers.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -20,6 +20,11 @@ Classifier: License :: OSI Approved
|
|
|
20
20
|
Requires-Python: ~=3.8
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.123.0
|
|
24
|
+
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.105.0
|
|
26
|
+
Requires-Dist: publication>=0.0.3
|
|
27
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
23
28
|
|
|
24
29
|
# Turbo Layers for CDK
|
|
25
30
|
|
|
@@ -5,7 +5,7 @@ kwargs = json.loads(
|
|
|
5
5
|
"""
|
|
6
6
|
{
|
|
7
7
|
"name": "cloudsnorkel.cdk-turbo-layers",
|
|
8
|
-
"version": "0.
|
|
8
|
+
"version": "0.3.0",
|
|
9
9
|
"description": "Speed-up Lambda function deployment with dependency layers built in AWS",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"url": "https://github.com/CloudSnorkel/cdk-turbo-layers.git",
|
|
@@ -26,7 +26,7 @@ kwargs = json.loads(
|
|
|
26
26
|
],
|
|
27
27
|
"package_data": {
|
|
28
28
|
"cloudsnorkel.cdk_turbo_layers._jsii": [
|
|
29
|
-
"cdk-turbo-layers@0.
|
|
29
|
+
"cdk-turbo-layers@0.3.0.jsii.tgz"
|
|
30
30
|
],
|
|
31
31
|
"cloudsnorkel.cdk_turbo_layers": [
|
|
32
32
|
"py.typed"
|
|
@@ -34,11 +34,11 @@ kwargs = json.loads(
|
|
|
34
34
|
},
|
|
35
35
|
"python_requires": "~=3.8",
|
|
36
36
|
"install_requires": [
|
|
37
|
-
"aws-cdk-lib>=2.
|
|
37
|
+
"aws-cdk-lib>=2.123.0, <3.0.0",
|
|
38
38
|
"constructs>=10.0.5, <11.0.0",
|
|
39
|
-
"jsii>=1.
|
|
39
|
+
"jsii>=1.105.0, <2.0.0",
|
|
40
40
|
"publication>=0.0.3",
|
|
41
|
-
"typeguard
|
|
41
|
+
"typeguard>=2.13.3,<4.3.0"
|
|
42
42
|
],
|
|
43
43
|
"classifiers": [
|
|
44
44
|
"Intended Audience :: Developers",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
'''
|
|
1
|
+
r'''
|
|
2
2
|
# Turbo Layers for CDK
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@cloudsnorkel/cdk-turbo-layers)
|
|
@@ -176,6 +176,9 @@ All these examples are for Python, but the same API is available for Node.js, Ru
|
|
|
176
176
|
* [lovage](https://github.com/CloudSnorkel/lovage): standalone Python framework that uses the same trick to deploy decorated functions to AWS
|
|
177
177
|
* [serverless-pydeps](https://github.com/CloudSnorkel/serverless-pydeps): plugin for [Serverless Framework](https://www.serverless.com/) that speeds up deployment
|
|
178
178
|
'''
|
|
179
|
+
from pkgutil import extend_path
|
|
180
|
+
__path__ = extend_path(__path__, __name__)
|
|
181
|
+
|
|
179
182
|
import abc
|
|
180
183
|
import builtins
|
|
181
184
|
import datetime
|
|
@@ -186,7 +189,22 @@ import jsii
|
|
|
186
189
|
import publication
|
|
187
190
|
import typing_extensions
|
|
188
191
|
|
|
189
|
-
|
|
192
|
+
import typeguard
|
|
193
|
+
from importlib.metadata import version as _metadata_package_version
|
|
194
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
195
|
+
|
|
196
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
197
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
198
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
199
|
+
else:
|
|
200
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
201
|
+
pass
|
|
202
|
+
else:
|
|
203
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
204
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
205
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
206
|
+
else:
|
|
207
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
190
208
|
|
|
191
209
|
from ._jsii import *
|
|
192
210
|
|
|
@@ -227,12 +245,12 @@ class DependencyPackagerProps:
|
|
|
227
245
|
) -> None:
|
|
228
246
|
'''
|
|
229
247
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
230
|
-
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
248
|
+
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed. We try to not leave anything behind when removed. But sometimes a log staying behind is useful. Default: RemovalPolicy.DESTROY
|
|
231
249
|
:param log_retention: (experimental) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. Default: logs.RetentionDays.ONE_MONTH
|
|
232
250
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
233
251
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
234
252
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
235
|
-
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA}
|
|
253
|
+
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA }
|
|
236
254
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
237
255
|
|
|
238
256
|
:stability: experimental
|
|
@@ -284,7 +302,7 @@ class DependencyPackagerProps:
|
|
|
284
302
|
def log_removal_policy(self) -> typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy]:
|
|
285
303
|
'''(experimental) Removal policy for logs of image builds.
|
|
286
304
|
|
|
287
|
-
If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
305
|
+
If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed.
|
|
288
306
|
|
|
289
307
|
We try to not leave anything behind when removed. But sometimes a log staying behind is useful.
|
|
290
308
|
|
|
@@ -355,7 +373,7 @@ class DependencyPackagerProps:
|
|
|
355
373
|
|
|
356
374
|
Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions.
|
|
357
375
|
|
|
358
|
-
:default: {@link DependencyPackagerType.LAMBDA}
|
|
376
|
+
:default: {@link DependencyPackagerType.LAMBDA }
|
|
359
377
|
|
|
360
378
|
:stability: experimental
|
|
361
379
|
'''
|
|
@@ -443,12 +461,12 @@ class JavaDependencyPackager(
|
|
|
443
461
|
:param scope: -
|
|
444
462
|
:param id: -
|
|
445
463
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
446
|
-
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
464
|
+
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed. We try to not leave anything behind when removed. But sometimes a log staying behind is useful. Default: RemovalPolicy.DESTROY
|
|
447
465
|
:param log_retention: (experimental) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. Default: logs.RetentionDays.ONE_MONTH
|
|
448
466
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
449
467
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
450
468
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
451
|
-
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA}
|
|
469
|
+
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA }
|
|
452
470
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
453
471
|
|
|
454
472
|
:stability: experimental
|
|
@@ -588,12 +606,12 @@ class NodejsDependencyPackager(
|
|
|
588
606
|
:param scope: -
|
|
589
607
|
:param id: -
|
|
590
608
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
591
|
-
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
609
|
+
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed. We try to not leave anything behind when removed. But sometimes a log staying behind is useful. Default: RemovalPolicy.DESTROY
|
|
592
610
|
:param log_retention: (experimental) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. Default: logs.RetentionDays.ONE_MONTH
|
|
593
611
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
594
612
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
595
613
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
596
|
-
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA}
|
|
614
|
+
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA }
|
|
597
615
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
598
616
|
|
|
599
617
|
:stability: experimental
|
|
@@ -737,12 +755,12 @@ class PythonDependencyPackager(
|
|
|
737
755
|
:param scope: -
|
|
738
756
|
:param id: -
|
|
739
757
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
740
|
-
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
758
|
+
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed. We try to not leave anything behind when removed. But sometimes a log staying behind is useful. Default: RemovalPolicy.DESTROY
|
|
741
759
|
:param log_retention: (experimental) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. Default: logs.RetentionDays.ONE_MONTH
|
|
742
760
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
743
761
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
744
762
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
745
|
-
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA}
|
|
763
|
+
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA }
|
|
746
764
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
747
765
|
|
|
748
766
|
:stability: experimental
|
|
@@ -910,12 +928,12 @@ class RubyDependencyPackager(
|
|
|
910
928
|
:param scope: -
|
|
911
929
|
:param id: -
|
|
912
930
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
913
|
-
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way
|
|
931
|
+
:param log_removal_policy: (experimental) Removal policy for logs of image builds. If deployment fails on the custom resource, try setting this to ``RemovalPolicy.RETAIN``. This way logs can still be viewed, and you can see why the build failed. We try to not leave anything behind when removed. But sometimes a log staying behind is useful. Default: RemovalPolicy.DESTROY
|
|
914
932
|
:param log_retention: (experimental) The number of days log events are kept in CloudWatch Logs. When updating this property, unsetting it doesn't remove the log retention policy. To remove the retention policy, set the value to ``INFINITE``. Default: logs.RetentionDays.ONE_MONTH
|
|
915
933
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
916
934
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
917
935
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
918
|
-
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA}
|
|
936
|
+
:param type: (experimental) Type of dependency packager. Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions. Default: {@link DependencyPackagerType.LAMBDA }
|
|
919
937
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
920
938
|
|
|
921
939
|
:stability: experimental
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
from pkgutil import extend_path
|
|
2
|
+
__path__ = extend_path(__path__, __name__)
|
|
3
|
+
|
|
4
|
+
import abc
|
|
5
|
+
import builtins
|
|
6
|
+
import datetime
|
|
7
|
+
import enum
|
|
8
|
+
import typing
|
|
9
|
+
|
|
10
|
+
import jsii
|
|
11
|
+
import publication
|
|
12
|
+
import typing_extensions
|
|
13
|
+
|
|
14
|
+
import typeguard
|
|
15
|
+
from importlib.metadata import version as _metadata_package_version
|
|
16
|
+
TYPEGUARD_MAJOR_VERSION = int(_metadata_package_version('typeguard').split('.')[0])
|
|
17
|
+
|
|
18
|
+
def check_type(argname: str, value: object, expected_type: typing.Any) -> typing.Any:
|
|
19
|
+
if TYPEGUARD_MAJOR_VERSION <= 2:
|
|
20
|
+
return typeguard.check_type(argname=argname, value=value, expected_type=expected_type) # type:ignore
|
|
21
|
+
else:
|
|
22
|
+
if isinstance(value, jsii._reference_map.InterfaceDynamicProxy): # pyright: ignore [reportAttributeAccessIssue]
|
|
23
|
+
pass
|
|
24
|
+
else:
|
|
25
|
+
if TYPEGUARD_MAJOR_VERSION == 3:
|
|
26
|
+
typeguard.config.collection_check_strategy = typeguard.CollectionCheckStrategy.ALL_ITEMS # type:ignore
|
|
27
|
+
typeguard.check_type(value=value, expected_type=expected_type) # type:ignore
|
|
28
|
+
else:
|
|
29
|
+
typeguard.check_type(value=value, expected_type=expected_type, collection_check_strategy=typeguard.CollectionCheckStrategy.ALL_ITEMS) # type:ignore
|
|
30
|
+
|
|
31
|
+
import aws_cdk._jsii
|
|
32
|
+
import constructs._jsii
|
|
33
|
+
|
|
34
|
+
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
35
|
+
"@cloudsnorkel/cdk-turbo-layers",
|
|
36
|
+
"0.3.0",
|
|
37
|
+
__name__[0:-6],
|
|
38
|
+
"cdk-turbo-layers@0.3.0.jsii.tgz",
|
|
39
|
+
)
|
|
40
|
+
|
|
41
|
+
__all__ = [
|
|
42
|
+
"__jsii_assembly__",
|
|
43
|
+
]
|
|
44
|
+
|
|
45
|
+
publication.publish()
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cloudsnorkel.cdk-turbo-layers
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Speed-up Lambda function deployment with dependency layers built in AWS
|
|
5
5
|
Home-page: https://github.com/CloudSnorkel/cdk-turbo-layers.git
|
|
6
6
|
Author: Amir Szekely<amir@cloudsnorkel.com>
|
|
@@ -20,6 +20,11 @@ Classifier: License :: OSI Approved
|
|
|
20
20
|
Requires-Python: ~=3.8
|
|
21
21
|
Description-Content-Type: text/markdown
|
|
22
22
|
License-File: LICENSE
|
|
23
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.123.0
|
|
24
|
+
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.105.0
|
|
26
|
+
Requires-Dist: publication>=0.0.3
|
|
27
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
23
28
|
|
|
24
29
|
# Turbo Layers for CDK
|
|
25
30
|
|
|
@@ -11,4 +11,4 @@ src/cloudsnorkel.cdk_turbo_layers.egg-info/top_level.txt
|
|
|
11
11
|
src/cloudsnorkel/cdk_turbo_layers/__init__.py
|
|
12
12
|
src/cloudsnorkel/cdk_turbo_layers/py.typed
|
|
13
13
|
src/cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py
|
|
14
|
-
src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.
|
|
14
|
+
src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import abc
|
|
2
|
-
import builtins
|
|
3
|
-
import datetime
|
|
4
|
-
import enum
|
|
5
|
-
import typing
|
|
6
|
-
|
|
7
|
-
import jsii
|
|
8
|
-
import publication
|
|
9
|
-
import typing_extensions
|
|
10
|
-
|
|
11
|
-
from typeguard import check_type
|
|
12
|
-
|
|
13
|
-
import aws_cdk._jsii
|
|
14
|
-
import constructs._jsii
|
|
15
|
-
|
|
16
|
-
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
17
|
-
"@cloudsnorkel/cdk-turbo-layers",
|
|
18
|
-
"0.2.4",
|
|
19
|
-
__name__[0:-6],
|
|
20
|
-
"cdk-turbo-layers@0.2.4.jsii.tgz",
|
|
21
|
-
)
|
|
22
|
-
|
|
23
|
-
__all__ = [
|
|
24
|
-
"__jsii_assembly__",
|
|
25
|
-
]
|
|
26
|
-
|
|
27
|
-
publication.publish()
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|