cloudsnorkel.cdk-turbo-layers 0.2.5__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.
Files changed (18) hide show
  1. {cloudsnorkel_cdk_turbo_layers-0.2.5/src/cloudsnorkel.cdk_turbo_layers.egg-info → cloudsnorkel_cdk_turbo_layers-0.3.0}/PKG-INFO +4 -4
  2. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/setup.py +5 -5
  3. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel/cdk_turbo_layers/__init__.py +12 -12
  4. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel/cdk_turbo_layers/_jsii/__init__.py +2 -2
  5. cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz +0 -0
  6. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel.cdk_turbo_layers.egg-info}/PKG-INFO +4 -4
  7. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel.cdk_turbo_layers.egg-info/SOURCES.txt +1 -1
  8. cloudsnorkel_cdk_turbo_layers-0.3.0/src/cloudsnorkel.cdk_turbo_layers.egg-info/requires.txt +5 -0
  9. cloudsnorkel_cdk_turbo_layers-0.2.5/src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.2.5.jsii.tgz +0 -0
  10. cloudsnorkel_cdk_turbo_layers-0.2.5/src/cloudsnorkel.cdk_turbo_layers.egg-info/requires.txt +0 -5
  11. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/LICENSE +0 -0
  12. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/MANIFEST.in +0 -0
  13. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/README.md +0 -0
  14. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/pyproject.toml +0 -0
  15. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/setup.cfg +0 -0
  16. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel/cdk_turbo_layers/py.typed +0 -0
  17. {cloudsnorkel_cdk_turbo_layers-0.2.5 → cloudsnorkel_cdk_turbo_layers-0.3.0}/src/cloudsnorkel.cdk_turbo_layers.egg-info/dependency_links.txt +0 -0
  18. {cloudsnorkel_cdk_turbo_layers-0.2.5 → 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.2.5
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.87.0
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.103.1
25
+ Requires-Dist: jsii<2.0.0,>=1.105.0
26
26
  Requires-Dist: publication>=0.0.3
27
- Requires-Dist: typeguard<5.0.0,>=2.13.3
27
+ Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
29
  # Turbo Layers for CDK
30
30
 
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "cloudsnorkel.cdk-turbo-layers",
8
- "version": "0.2.5",
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.2.5.jsii.tgz"
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.87.0, <3.0.0",
37
+ "aws-cdk-lib>=2.123.0, <3.0.0",
38
38
  "constructs>=10.0.5, <11.0.0",
39
- "jsii>=1.103.1, <2.0.0",
39
+ "jsii>=1.105.0, <2.0.0",
40
40
  "publication>=0.0.3",
41
- "typeguard>=2.13.3,<5.0.0"
41
+ "typeguard>=2.13.3,<4.3.0"
42
42
  ],
43
43
  "classifiers": [
44
44
  "Intended Audience :: Developers",
@@ -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 the CodeBuild 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
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 the CodeBuild logs can still be viewed, and you can see why the build failed.
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 the CodeBuild 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
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 the CodeBuild 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
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 the CodeBuild 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
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 the CodeBuild 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
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
@@ -33,9 +33,9 @@ import constructs._jsii
33
33
 
34
34
  __jsii_assembly__ = jsii.JSIIAssembly.load(
35
35
  "@cloudsnorkel/cdk-turbo-layers",
36
- "0.2.5",
36
+ "0.3.0",
37
37
  __name__[0:-6],
38
- "cdk-turbo-layers@0.2.5.jsii.tgz",
38
+ "cdk-turbo-layers@0.3.0.jsii.tgz",
39
39
  )
40
40
 
41
41
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cloudsnorkel.cdk-turbo-layers
3
- Version: 0.2.5
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.87.0
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.103.1
25
+ Requires-Dist: jsii<2.0.0,>=1.105.0
26
26
  Requires-Dist: publication>=0.0.3
27
- Requires-Dist: typeguard<5.0.0,>=2.13.3
27
+ Requires-Dist: typeguard<4.3.0,>=2.13.3
28
28
 
29
29
  # Turbo Layers for CDK
30
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.2.5.jsii.tgz
14
+ src/cloudsnorkel/cdk_turbo_layers/_jsii/cdk-turbo-layers@0.3.0.jsii.tgz
@@ -0,0 +1,5 @@
1
+ aws-cdk-lib<3.0.0,>=2.123.0
2
+ constructs<11.0.0,>=10.0.5
3
+ jsii<2.0.0,>=1.105.0
4
+ publication>=0.0.3
5
+ typeguard<4.3.0,>=2.13.3
@@ -1,5 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.87.0
2
- constructs<11.0.0,>=10.0.5
3
- jsii<2.0.0,>=1.103.1
4
- publication>=0.0.3
5
- typeguard<5.0.0,>=2.13.3