A simple AWS CDK Python pipeline
Project description
AWS simple pipeline package is implemented for deploying a Continuous Deployment or Delivery system (CD) by AWS CodePipeline service.
You can use this simple pipeline for deploying your personal solution in 2 environments: staging and production.
It is part of the educational repositories to learn how to write stardard code and common uses of the TDD, CI and CD.
Prerequisites
You have to install the AWS Cloud Development Kit (AWS CDK) for deploying the AWS simple pipeline:
npm install -g aws-cdk # for installing AWS CDK
cdk --help # for printing its commands
And you need an AWS account, in this repository called your-account.
Installation
The package is not self-consistent. So you have to download the package by github and to install the requirements before to deploy on AWS:
git clone https://github.com/bilardi/aws-simple-pipeline
cd aws-simple-pipeline/
pip3 install --upgrade -r requirements.txt
export AWS_PROFILE=your-account
cdk deploy
Or if you want to use this package into your code, you can install by python3-pip:
pip3 install aws_simple_pipeline
python3
>>> import aws_simple_pipeline
>>> help(aws_simple_pipeline)
Read the documentation on readthedocs for
Usage
Development
Change Log
See CHANGELOG.md for details.
License
This package is released under the MIT license. See LICENSE for details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file aws_simple_pipeline-0.1.0.tar.gz
.
File metadata
- Download URL: aws_simple_pipeline-0.1.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a6d2fa75f73f399ac009d9949e391fffe42585ed10074171c5c95e6a572dab28 |
|
MD5 | 5e6f05cd064ce6e5e65d2a2e20179401 |
|
BLAKE2b-256 | 92929cd9fe8f177b15099ea240eacfce1738db3d32cfe1991b0475de3aa937c0 |
File details
Details for the file aws_simple_pipeline-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: aws_simple_pipeline-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 926fa796cf6cc026ccacf9bd929f8c9e92e6b04247626f542399ad8a4b87dfa1 |
|
MD5 | 42f275300802b2e65bf8e4de9b52a40a |
|
BLAKE2b-256 | 72ab063bb36c1e23c3312b5f94024b506adfd66974454b81454f08a18df4e66c |