aws-cdk.cx-api 2.179.0__py3-none-any.whl → 2.180.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 aws-cdk.cx-api might be problematic. Click here for more details.
- aws_cdk/cx_api/__init__.py +16 -0
- aws_cdk/cx_api/_jsii/__init__.py +1 -1
- aws_cdk/cx_api/_jsii/cx-api@2.180.0.jsii.tgz +0 -0
- {aws_cdk.cx_api-2.179.0.dist-info → aws_cdk.cx_api-2.180.0.dist-info}/METADATA +17 -1
- aws_cdk.cx_api-2.180.0.dist-info/RECORD +10 -0
- aws_cdk/cx_api/_jsii/cx-api@2.179.0.jsii.tgz +0 -0
- aws_cdk.cx_api-2.179.0.dist-info/RECORD +0 -10
- {aws_cdk.cx_api-2.179.0.dist-info → aws_cdk.cx_api-2.180.0.dist-info}/LICENSE +0 -0
- {aws_cdk.cx_api-2.179.0.dist-info → aws_cdk.cx_api-2.180.0.dist-info}/NOTICE +0 -0
- {aws_cdk.cx_api-2.179.0.dist-info → aws_cdk.cx_api-2.180.0.dist-info}/WHEEL +0 -0
- {aws_cdk.cx_api-2.179.0.dist-info → aws_cdk.cx_api-2.180.0.dist-info}/top_level.txt +0 -0
aws_cdk/cx_api/__init__.py
CHANGED
|
@@ -613,6 +613,22 @@ When this feature flag is enabled, CDK expands the scope of usage data collectio
|
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
```
|
|
616
|
+
|
|
617
|
+
* `@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy`
|
|
618
|
+
|
|
619
|
+
When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
620
|
+
The purpose of this is to prevent lambda from creating a dependency on the Default Policy Statement.
|
|
621
|
+
This solves an issue where a circular dependency could occur if adding lambda to something like a Cognito Trigger, then adding the User Pool to the lambda execution role permissions.
|
|
622
|
+
|
|
623
|
+
*cdk.json*
|
|
624
|
+
|
|
625
|
+
```json
|
|
626
|
+
{
|
|
627
|
+
"context": {
|
|
628
|
+
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true
|
|
629
|
+
}
|
|
630
|
+
}
|
|
631
|
+
```
|
|
616
632
|
'''
|
|
617
633
|
from pkgutil import extend_path
|
|
618
634
|
__path__ = extend_path(__path__, __name__)
|
aws_cdk/cx_api/_jsii/__init__.py
CHANGED
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import aws_cdk.cloud_assembly_schema._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"@aws-cdk/cx-api", "2.
|
|
34
|
+
"@aws-cdk/cx-api", "2.180.0", __name__[0:-6], "cx-api@2.180.0.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.cx-api
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.180.0
|
|
4
4
|
Summary: Cloud executable protocol
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -642,3 +642,19 @@ When this feature flag is enabled, CDK expands the scope of usage data collectio
|
|
|
642
642
|
}
|
|
643
643
|
}
|
|
644
644
|
```
|
|
645
|
+
|
|
646
|
+
* `@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy`
|
|
647
|
+
|
|
648
|
+
When this feature flag is enabled, Lambda will create new inline policies with AddToRolePolicy.
|
|
649
|
+
The purpose of this is to prevent lambda from creating a dependency on the Default Policy Statement.
|
|
650
|
+
This solves an issue where a circular dependency could occur if adding lambda to something like a Cognito Trigger, then adding the User Pool to the lambda execution role permissions.
|
|
651
|
+
|
|
652
|
+
*cdk.json*
|
|
653
|
+
|
|
654
|
+
```json
|
|
655
|
+
{
|
|
656
|
+
"context": {
|
|
657
|
+
"@aws-cdk/aws-lambda:createNewPoliciesWithAddToRolePolicy": true
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
```
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/cx_api/__init__.py,sha256=87F-IVwqyfHOTsymX-uu-OD_6qzHkdpVrUUXS6h-ha0,194377
|
|
2
|
+
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/cx_api/_jsii/__init__.py,sha256=78_nm2_MKDLpKe6jYqzQLEYh5Syy6UejZ8yhTpUxpe0,1434
|
|
4
|
+
aws_cdk/cx_api/_jsii/cx-api@2.180.0.jsii.tgz,sha256=mm8ymTQPzD2pEb8t2VwND_oGkZxIYhFuYJfQl4tGD0c,239827
|
|
5
|
+
aws_cdk.cx_api-2.180.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
+
aws_cdk.cx_api-2.180.0.dist-info/METADATA,sha256=GIFLI4b7GjVY-H6SPFEjPV_0wCEcN328O4NR3WjJ5As,22636
|
|
7
|
+
aws_cdk.cx_api-2.180.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
|
|
8
|
+
aws_cdk.cx_api-2.180.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
9
|
+
aws_cdk.cx_api-2.180.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.cx_api-2.180.0.dist-info/RECORD,,
|
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/cx_api/__init__.py,sha256=X8HC0nKw4eBWy6juFM3FJvNGYkAoiUMJ6flAIvNxCvA,193817
|
|
2
|
-
aws_cdk/cx_api/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/cx_api/_jsii/__init__.py,sha256=elghmBrbRCR7AFOpQRoe-hrJ3GkDPaxzxwLnjmr4saY,1434
|
|
4
|
-
aws_cdk/cx_api/_jsii/cx-api@2.179.0.jsii.tgz,sha256=NSBdFbApsfjluAsSeYm9mPkQKXrSBsTBxs66J1t_dbk,238790
|
|
5
|
-
aws_cdk.cx_api-2.179.0.dist-info/LICENSE,sha256=y47tc38H0C4DpGljYUZDl8XxidQjNxxGLq-K4jwv6Xc,11391
|
|
6
|
-
aws_cdk.cx_api-2.179.0.dist-info/METADATA,sha256=Kiowt6Q-XwdT_S5JEPjzQXFZGQFnc2OCdaiyQ4K4XL0,22076
|
|
7
|
-
aws_cdk.cx_api-2.179.0.dist-info/NOTICE,sha256=ADLo99tv5kq5gQDGp9ApDXyR8I8l6SQRbLl_UT8kHuY,1078
|
|
8
|
-
aws_cdk.cx_api-2.179.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
9
|
-
aws_cdk.cx_api-2.179.0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.cx_api-2.179.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|