cloudsnorkel.cdk-turbo-layers 0.2.5__py3-none-any.whl → 0.3.0__py3-none-any.whl
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 cloudsnorkel.cdk-turbo-layers might be problematic. Click here for more details.
- cloudsnorkel/cdk_turbo_layers/__init__.py +12 -12
- cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py +2 -2
- cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz +0 -0
- {cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info → cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info}/METADATA +4 -4
- cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/RECORD +9 -0
- {cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info → cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info}/WHEEL +1 -1
- cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.2.5.jsii.tgz +0 -0
- cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/RECORD +0 -9
- {cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info → cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info}/LICENSE +0 -0
- {cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info → cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info}/top_level.txt +0 -0
|
@@ -245,12 +245,12 @@ class DependencyPackagerProps:
|
|
|
245
245
|
) -> None:
|
|
246
246
|
'''
|
|
247
247
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
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
|
|
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
|
|
249
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
|
|
250
250
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
251
251
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
252
252
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
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}
|
|
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 }
|
|
254
254
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
255
255
|
|
|
256
256
|
:stability: experimental
|
|
@@ -302,7 +302,7 @@ class DependencyPackagerProps:
|
|
|
302
302
|
def log_removal_policy(self) -> typing.Optional[_aws_cdk_ceddda9d.RemovalPolicy]:
|
|
303
303
|
'''(experimental) Removal policy for logs of image builds.
|
|
304
304
|
|
|
305
|
-
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.
|
|
306
306
|
|
|
307
307
|
We try to not leave anything behind when removed. But sometimes a log staying behind is useful.
|
|
308
308
|
|
|
@@ -373,7 +373,7 @@ class DependencyPackagerProps:
|
|
|
373
373
|
|
|
374
374
|
Use Lambda for speed and CodeBuild for complex dependencies that require building native extensions.
|
|
375
375
|
|
|
376
|
-
:default: {@link DependencyPackagerType.LAMBDA}
|
|
376
|
+
:default: {@link DependencyPackagerType.LAMBDA }
|
|
377
377
|
|
|
378
378
|
:stability: experimental
|
|
379
379
|
'''
|
|
@@ -461,12 +461,12 @@ class JavaDependencyPackager(
|
|
|
461
461
|
:param scope: -
|
|
462
462
|
:param id: -
|
|
463
463
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
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
|
|
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
|
|
465
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
|
|
466
466
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
467
467
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
468
468
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
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}
|
|
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 }
|
|
470
470
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
471
471
|
|
|
472
472
|
:stability: experimental
|
|
@@ -606,12 +606,12 @@ class NodejsDependencyPackager(
|
|
|
606
606
|
:param scope: -
|
|
607
607
|
:param id: -
|
|
608
608
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
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
|
|
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
|
|
610
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
|
|
611
611
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
612
612
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
613
613
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
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}
|
|
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 }
|
|
615
615
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
616
616
|
|
|
617
617
|
:stability: experimental
|
|
@@ -755,12 +755,12 @@ class PythonDependencyPackager(
|
|
|
755
755
|
:param scope: -
|
|
756
756
|
:param id: -
|
|
757
757
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
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
|
|
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
|
|
759
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
|
|
760
760
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
761
761
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
762
762
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
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}
|
|
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 }
|
|
764
764
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
765
765
|
|
|
766
766
|
:stability: experimental
|
|
@@ -928,12 +928,12 @@ class RubyDependencyPackager(
|
|
|
928
928
|
:param scope: -
|
|
929
929
|
:param id: -
|
|
930
930
|
:param architecture: (experimental) Target Lambda architecture. Packages will be installed for this architecture so make sure it fits your Lambda functions.
|
|
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
|
|
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
|
|
932
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
|
|
933
933
|
:param preinstall_commands: (experimental) Additional commands to run before installing packages. Use this to authenticate your package repositories like CodeArtifact. Default: []
|
|
934
934
|
:param runtime: (experimental) Target Lambda runtime. Packages will be installed for this runtime so make sure it fits your Lambda functions.
|
|
935
935
|
:param subnet_selection: (experimental) VPC subnets used for packager. Default: default subnets, if VPC is used
|
|
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}
|
|
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 }
|
|
937
937
|
:param vpc: (experimental) VPC used for packager. Use this if your package repositories are only available from within a VPC. Default: no VPC
|
|
938
938
|
|
|
939
939
|
:stability: experimental
|
|
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,11 +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.
|
|
23
|
+
Requires-Dist: aws-cdk-lib<3.0.0,>=2.123.0
|
|
24
24
|
Requires-Dist: constructs<11.0.0,>=10.0.5
|
|
25
|
-
Requires-Dist: jsii<2.0.0,>=1.
|
|
25
|
+
Requires-Dist: jsii<2.0.0,>=1.105.0
|
|
26
26
|
Requires-Dist: publication>=0.0.3
|
|
27
|
-
Requires-Dist: typeguard<
|
|
27
|
+
Requires-Dist: typeguard<4.3.0,>=2.13.3
|
|
28
28
|
|
|
29
29
|
# Turbo Layers for CDK
|
|
30
30
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
cloudsnorkel/cdk_turbo_layers/__init__.py,sha256=3dYMbM9gt85NTkCxevMlezr65Xwc7F6JYX8iFlDakqk,57832
|
|
2
|
+
cloudsnorkel/cdk_turbo_layers/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py,sha256=Tdv82VtBoJ-opdWH38PaQ-M8iPmK7tt7shiGAcCji4c,1470
|
|
4
|
+
cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz,sha256=y1ey0vdpOlav6XReTaFnrNu6a2CkahWvxjQ-QIX5KVE,339152
|
|
5
|
+
cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
6
|
+
cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/METADATA,sha256=k_YTx3rtm0IO8OaQddgvpPuJULLfaDX7RNouDx7Na_w,9700
|
|
7
|
+
cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
8
|
+
cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/top_level.txt,sha256=6vUrT-dcGOiRMT4Q6gEQPznoyS7nHOJ269MHpo4DEd8,13
|
|
9
|
+
cloudsnorkel.cdk_turbo_layers-0.3.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
cloudsnorkel/cdk_turbo_layers/__init__.py,sha256=Cmyoa4ODFDNQZZSGG49QgcF0s3t5W1LfB1TOilSdcII,57910
|
|
2
|
-
cloudsnorkel/cdk_turbo_layers/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py,sha256=aG2Rb0rCylO9vHKrFeqFAXQYm8T7W9Vnl30M2lS_IJc,1470
|
|
4
|
-
cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.2.5.jsii.tgz,sha256=pSbTj1EJ-pDHzE4Hz7PbgTB3pJIDzw7nN58nu6gNUM0,333044
|
|
5
|
-
cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
6
|
-
cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/METADATA,sha256=kBdeWfq1G_5xmGzh4z5f3NYDj4iCtx0wToMkHXpnxLo,9699
|
|
7
|
-
cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
8
|
-
cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/top_level.txt,sha256=6vUrT-dcGOiRMT4Q6gEQPznoyS7nHOJ269MHpo4DEd8,13
|
|
9
|
-
cloudsnorkel.cdk_turbo_layers-0.2.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|