aws-solutions-constructs.resources 2.44.0__tar.gz → 2.46.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 (17) hide show
  1. {aws-solutions-constructs.resources-2.44.0/src/aws_solutions_constructs.resources.egg-info → aws-solutions-constructs.resources-2.46.0}/PKG-INFO +2 -2
  2. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/README.md +1 -1
  3. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/setup.py +5 -5
  4. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs/resources/__init__.py +1 -1
  5. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs/resources/_jsii/__init__.py +2 -2
  6. aws-solutions-constructs.resources-2.44.0/src/aws_solutions_constructs/resources/_jsii/resources@2.44.0.jsii.tgz → aws-solutions-constructs.resources-2.46.0/src/aws_solutions_constructs/resources/_jsii/resources@2.46.0.jsii.tgz +0 -0
  7. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0/src/aws_solutions_constructs.resources.egg-info}/PKG-INFO +2 -2
  8. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs.resources.egg-info/SOURCES.txt +1 -1
  9. aws-solutions-constructs.resources-2.46.0/src/aws_solutions_constructs.resources.egg-info/requires.txt +6 -0
  10. aws-solutions-constructs.resources-2.44.0/src/aws_solutions_constructs.resources.egg-info/requires.txt +0 -6
  11. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/LICENSE +0 -0
  12. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/MANIFEST.in +0 -0
  13. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/pyproject.toml +0 -0
  14. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/setup.cfg +0 -0
  15. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs/resources/py.typed +0 -0
  16. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs.resources.egg-info/dependency_links.txt +0 -0
  17. {aws-solutions-constructs.resources-2.44.0 → aws-solutions-constructs.resources-2.46.0}/src/aws_solutions_constructs.resources.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.resources
3
- Version: 2.44.0
3
+ Version: 2.46.0
4
4
  Summary: Resource CDK Constructs for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -40,6 +40,6 @@ License-File: LICENSE
40
40
 
41
41
  <div style="height:8px"></div>
42
42
 
43
- The resources library contains resuable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
43
+ The resources library contains reusable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
44
44
 
45
45
  The first resource being published is the `template-writer`, which does automatic text transformation/substiution, implemented as a custom resource, and run as part of a CloudFormation stack Create/Update/Delete lifecycle. Some use-cases for using the `template-writer` resource can be seen in the `aws-openapigateway-lambda` Solutions Construct, where it transforms an incoming OpenAPI Definition (residing locally or in S3) by auto-populating the `uri` fields of the `x-amazon-apigateway-integration` integrations with the resolved value of the backing lambda functions.
@@ -17,6 +17,6 @@
17
17
 
18
18
  <div style="height:8px"></div>
19
19
 
20
- The resources library contains resuable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
20
+ The resources library contains reusable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
21
21
 
22
22
  The first resource being published is the `template-writer`, which does automatic text transformation/substiution, implemented as a custom resource, and run as part of a CloudFormation stack Create/Update/Delete lifecycle. Some use-cases for using the `template-writer` resource can be seen in the `aws-openapigateway-lambda` Solutions Construct, where it transforms an incoming OpenAPI Definition (residing locally or in S3) by auto-populating the `uri` fields of the `x-amazon-apigateway-integration` integrations with the resolved value of the backing lambda functions.
@@ -5,7 +5,7 @@ kwargs = json.loads(
5
5
  """
6
6
  {
7
7
  "name": "aws-solutions-constructs.resources",
8
- "version": "2.44.0",
8
+ "version": "2.46.0",
9
9
  "description": "Resource CDK Constructs for patterns library",
10
10
  "license": "Apache-2.0",
11
11
  "url": "https://github.com/awslabs/aws-solutions-constructs.git",
@@ -26,7 +26,7 @@ kwargs = json.loads(
26
26
  ],
27
27
  "package_data": {
28
28
  "aws_solutions_constructs.resources._jsii": [
29
- "resources@2.44.0.jsii.tgz"
29
+ "resources@2.46.0.jsii.tgz"
30
30
  ],
31
31
  "aws_solutions_constructs.resources": [
32
32
  "py.typed"
@@ -34,10 +34,10 @@ kwargs = json.loads(
34
34
  },
35
35
  "python_requires": "~=3.7",
36
36
  "install_requires": [
37
- "aws-cdk-lib>=2.82.0, <3.0.0",
38
- "aws-solutions-constructs.core==2.44.0",
37
+ "aws-cdk-lib>=2.105.0, <3.0.0",
38
+ "aws-solutions-constructs.core==2.46.0",
39
39
  "constructs>=10.0.0, <11.0.0",
40
- "jsii>=1.88.0, <2.0.0",
40
+ "jsii>=1.91.0, <2.0.0",
41
41
  "publication>=0.0.3",
42
42
  "typeguard~=2.13.3"
43
43
  ],
@@ -18,7 +18,7 @@
18
18
 
19
19
  <div style="height:8px"></div>
20
20
 
21
- The resources library contains resuable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
21
+ The resources library contains reusable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
22
22
 
23
23
  The first resource being published is the `template-writer`, which does automatic text transformation/substiution, implemented as a custom resource, and run as part of a CloudFormation stack Create/Update/Delete lifecycle. Some use-cases for using the `template-writer` resource can be seen in the `aws-openapigateway-lambda` Solutions Construct, where it transforms an incoming OpenAPI Definition (residing locally or in S3) by auto-populating the `uri` fields of the `x-amazon-apigateway-integration` integrations with the resolved value of the backing lambda functions.
24
24
  '''
@@ -16,9 +16,9 @@ import constructs._jsii
16
16
 
17
17
  __jsii_assembly__ = jsii.JSIIAssembly.load(
18
18
  "@aws-solutions-constructs/resources",
19
- "2.44.0",
19
+ "2.46.0",
20
20
  __name__[0:-6],
21
- "resources@2.44.0.jsii.tgz",
21
+ "resources@2.46.0.jsii.tgz",
22
22
  )
23
23
 
24
24
  __all__ = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: aws-solutions-constructs.resources
3
- Version: 2.44.0
3
+ Version: 2.46.0
4
4
  Summary: Resource CDK Constructs for patterns library
5
5
  Home-page: https://github.com/awslabs/aws-solutions-constructs.git
6
6
  Author: Amazon Web Services
@@ -40,6 +40,6 @@ License-File: LICENSE
40
40
 
41
41
  <div style="height:8px"></div>
42
42
 
43
- The resources library contains resuable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
43
+ The resources library contains reusable resources that can be leveraged from solutions constructs. These resources are deployable units with their own sets of integration tests (to contrast them with the solutions constructs `core` library).
44
44
 
45
45
  The first resource being published is the `template-writer`, which does automatic text transformation/substiution, implemented as a custom resource, and run as part of a CloudFormation stack Create/Update/Delete lifecycle. Some use-cases for using the `template-writer` resource can be seen in the `aws-openapigateway-lambda` Solutions Construct, where it transforms an incoming OpenAPI Definition (residing locally or in S3) by auto-populating the `uri` fields of the `x-amazon-apigateway-integration` integrations with the resolved value of the backing lambda functions.
@@ -11,4 +11,4 @@ src/aws_solutions_constructs.resources.egg-info/top_level.txt
11
11
  src/aws_solutions_constructs/resources/__init__.py
12
12
  src/aws_solutions_constructs/resources/py.typed
13
13
  src/aws_solutions_constructs/resources/_jsii/__init__.py
14
- src/aws_solutions_constructs/resources/_jsii/resources@2.44.0.jsii.tgz
14
+ src/aws_solutions_constructs/resources/_jsii/resources@2.46.0.jsii.tgz
@@ -0,0 +1,6 @@
1
+ aws-cdk-lib<3.0.0,>=2.105.0
2
+ aws-solutions-constructs.core==2.46.0
3
+ constructs<11.0.0,>=10.0.0
4
+ jsii<2.0.0,>=1.91.0
5
+ publication>=0.0.3
6
+ typeguard~=2.13.3
@@ -1,6 +0,0 @@
1
- aws-cdk-lib<3.0.0,>=2.82.0
2
- aws-solutions-constructs.core==2.44.0
3
- constructs<11.0.0,>=10.0.0
4
- jsii<2.0.0,>=1.88.0
5
- publication>=0.0.3
6
- typeguard~=2.13.3