aws-cdk.app-staging-synthesizer-alpha 2.115.0a0__py3-none-any.whl → 2.116.1a0__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.app-staging-synthesizer-alpha might be problematic. Click here for more details.
- aws_cdk/app_staging_synthesizer_alpha/__init__.py +1 -1
- aws_cdk/app_staging_synthesizer_alpha/_jsii/__init__.py +2 -2
- aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.116.1-alpha.0.jsii.tgz +0 -0
- {aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info → aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info}/METADATA +3 -3
- aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/RECORD +10 -0
- aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.115.0-alpha.0.jsii.tgz +0 -0
- aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/RECORD +0 -10
- {aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info → aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info}/LICENSE +0 -0
- {aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info → aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info}/NOTICE +0 -0
- {aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info → aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info}/WHEEL +0 -0
- {aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info → aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info}/top_level.txt +0 -0
|
@@ -255,7 +255,7 @@ app = App(
|
|
|
255
255
|
|
|
256
256
|
By default, the staging resources will be cleaned up on stack deletion. That means that the
|
|
257
257
|
S3 Bucket and ECR Repositories are set to `RemovalPolicy.DESTROY` and have `autoDeleteObjects`
|
|
258
|
-
or `
|
|
258
|
+
or `emptyOnDelete` turned on. This creates custom resources under the hood to facilitate
|
|
259
259
|
cleanup. To turn this off, specify `autoDeleteStagingAssets: false`.
|
|
260
260
|
|
|
261
261
|
```python
|
|
@@ -15,9 +15,9 @@ import constructs._jsii
|
|
|
15
15
|
|
|
16
16
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
17
17
|
"@aws-cdk/app-staging-synthesizer-alpha",
|
|
18
|
-
"2.
|
|
18
|
+
"2.116.1-alpha.0",
|
|
19
19
|
__name__[0:-6],
|
|
20
|
-
"app-staging-synthesizer-alpha@2.
|
|
20
|
+
"app-staging-synthesizer-alpha@2.116.1-alpha.0.jsii.tgz",
|
|
21
21
|
)
|
|
22
22
|
|
|
23
23
|
__all__ = [
|
aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.116.1-alpha.0.jsii.tgz
ADDED
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aws-cdk.app-staging-synthesizer-alpha
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.116.1a0
|
|
4
4
|
Summary: Cdk synthesizer for with app-scoped staging stack
|
|
5
5
|
Home-page: https://github.com/aws/aws-cdk
|
|
6
6
|
Author: Amazon Web Services
|
|
@@ -23,7 +23,7 @@ Requires-Python: ~=3.8
|
|
|
23
23
|
Description-Content-Type: text/markdown
|
|
24
24
|
License-File: LICENSE
|
|
25
25
|
License-File: NOTICE
|
|
26
|
-
Requires-Dist: aws-cdk-lib <3.0.0,>=2.
|
|
26
|
+
Requires-Dist: aws-cdk-lib <3.0.0,>=2.116.1
|
|
27
27
|
Requires-Dist: constructs <11.0.0,>=10.0.0
|
|
28
28
|
Requires-Dist: jsii <2.0.0,>=1.93.0
|
|
29
29
|
Requires-Dist: publication >=0.0.3
|
|
@@ -285,7 +285,7 @@ app = App(
|
|
|
285
285
|
|
|
286
286
|
By default, the staging resources will be cleaned up on stack deletion. That means that the
|
|
287
287
|
S3 Bucket and ECR Repositories are set to `RemovalPolicy.DESTROY` and have `autoDeleteObjects`
|
|
288
|
-
or `
|
|
288
|
+
or `emptyOnDelete` turned on. This creates custom resources under the hood to facilitate
|
|
289
289
|
cleanup. To turn this off, specify `autoDeleteStagingAssets: false`.
|
|
290
290
|
|
|
291
291
|
```python
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
aws_cdk/app_staging_synthesizer_alpha/__init__.py,sha256=EQ-TzZW9ZkLZ8fP9WCfNCw20IiD802ZOA7OoIutOGK4,187443
|
|
2
|
+
aws_cdk/app_staging_synthesizer_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
aws_cdk/app_staging_synthesizer_alpha/_jsii/__init__.py,sha256=fW8to2SQ4b3TV9ybSKP-_2hMon3FgQyke4OKhgrrSss,467
|
|
4
|
+
aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.116.1-alpha.0.jsii.tgz,sha256=XUinMhBxUxVzuUT0T84zrKA-pW9RwyyaRTpr4GxBexc,83200
|
|
5
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/LICENSE,sha256=YA6CL2YE08NgoURWXRTrec3mNy-KAR-_UNdiMqgNVMI,11391
|
|
6
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/METADATA,sha256=aeyNrjdB_lRthrRezXx2fViYbfwiz_NRAQR6NZi4wPU,16100
|
|
7
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/NOTICE,sha256=XtGET2JQh3C41orQUenLTefWItOqLmu2N-mGwW7t3Fo,113
|
|
8
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
9
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
+
aws_cdk.app_staging_synthesizer_alpha-2.116.1a0.dist-info/RECORD,,
|
aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.115.0-alpha.0.jsii.tgz
DELETED
|
Binary file
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
aws_cdk/app_staging_synthesizer_alpha/__init__.py,sha256=V0fWtFNokHXsM1u5dgOs300enSY1wziTprWqpwIQRnY,187446
|
|
2
|
-
aws_cdk/app_staging_synthesizer_alpha/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
aws_cdk/app_staging_synthesizer_alpha/_jsii/__init__.py,sha256=ym2xotmGD5gXG61GzX724I26ZtANYRL_A1Xr1J2klIw,467
|
|
4
|
-
aws_cdk/app_staging_synthesizer_alpha/_jsii/app-staging-synthesizer-alpha@2.115.0-alpha.0.jsii.tgz,sha256=PjjPeECeEUkCmexE9A2Nhp-ZYNYwH3lOkKwYsY9U6RM,83107
|
|
5
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/LICENSE,sha256=YA6CL2YE08NgoURWXRTrec3mNy-KAR-_UNdiMqgNVMI,11391
|
|
6
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/METADATA,sha256=h1xyoHD6vYaR6kOHM0ryypnSacGwTmJ_3o_oYhqUI5Y,16103
|
|
7
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/NOTICE,sha256=XtGET2JQh3C41orQUenLTefWItOqLmu2N-mGwW7t3Fo,113
|
|
8
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
|
9
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/top_level.txt,sha256=1TALAKbuUGsMSrfKWEf268lySCmcqSEO6cDYe_XlLHM,8
|
|
10
|
-
aws_cdk.app_staging_synthesizer_alpha-2.115.0a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|