B.AwsCdkParallel
A python based package that enables AWS CDK parallel stack deployments.
Description
One of the biggest downsides of AWS CDK IaC tool is the sequential deployments.
If you have many stacks within your project - it can take hours and hours till
everything gets deployed. Wouldn't it be cool to parallelize them? According to
AWS CDK tool maintainers - they are not even thinking right now to include such
functionality. Hence, this project was built. This project allows you to run
traditional cdk deploy * and cdk destroy * -f. But the main trick is that it
can do it in parallel - massively increasing the speed of your deployments.
Remarks
Biomapas aims to modernise life-science industry by sharing its IT knowledge with other companies and the community. This is an open source library intended to be used by anyone. Improvements and pull requests are welcome.
Related technology
- Python 3
- AWS CDK
- AWS CloudFormation
Assumptions
The project assumes the following:
- You have basic-good knowledge in python programming.
- You have basic-good knowledge in AWS.
- You have very good knowledge in AWS CDK.
Useful sources
-
Read more AWS CDK:
https://github.com/aws/aws-cdk -
Read more about parallel AWS CDK deployments:
https://github.com/aws/aws-cdk/issues/1973
Install
The project is built and uploaded to PyPi. Install it by using pip.
pip install b_aws_cdk_parallel
Or directly install it through source.
pip install .
Usage & Examples
from parallel.deployment_executor import DeploymentExecutor
from parallel.deployment_type import DeploymentType
if __name__ == '__main__':
executor = DeploymentExecutor(deployment_type=DeploymentType.DEPLOY)
executor.run()
Testing
This project currently has no tests.
Contribution
Found a bug? Want to add or suggest a new feature?
Contributions of any kind are gladly welcome. You may contact us
directly, create a pull-request or an issue in github platform.
Lets modernize the world together.
Release history
0.0.2
- Upgrade dependencies.
0.0.1
- Initial build.
Release files for b-aws-cdk-parallel 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| b_aws_cdk_parallel-0.0.2.tar.gz | 9.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| b_aws_cdk_parallel-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 20.3 kB
Release files / b_aws_cdk_parallel-0.0.2.tar.gz
| Download URL | b_aws_cdk_parallel-0.0.2.tar.gz |
|---|---|
| Size | 9.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
70e583fc4a636377b0f09d22efe956265da1d3fac509716335ddad9a2e5e3fc1
|
|
BLAKE2b-256 checksum How to use checksums |
f2b965f6caa0bfb3b742059360d74218238fe72927479af04f91cd36a0818b74
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|
Release files / b_aws_cdk_parallel-0.0.2-py3-none-any.whl
| Download URL | b_aws_cdk_parallel-0.0.2-py3-none-any.whl |
|---|---|
| Size | 10.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
65ca4638fb33606c13dea0f0eb5eddab47b8ab4cd1c4687572cc2c846dc97908
|
|
BLAKE2b-256 checksum How to use checksums |
aa749a87da04841b7495e315b7bfa65a10b4141d6fbc8bf451a23e16023b1867
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.6.1 requests/2.23.0 setuptools/47.0.0 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.8.5
|