aws-glue-artifact

AWS Glue Artifact versioning and alias Management for blue/green, canary deployment, and roll back for production failure.


Keywords
aws, devops, glue, python
License
MIT
Install
pip install aws-glue-artifact==0.2.1

Documentation

https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social

Welcome to aws_glue_artifact Documentation

A lot of serverless AWS Service supports versioning and alias for deployment. It made the blue / green deployment, canary deployment and rolling back super easy.

However, AWS Glue does not support this feature. This library provides a way to manage AWS Glue versioning and alias so you can deploy AWS Glue Jobs with confident.

Please read this tutorial to learn how to use this library.

Install

aws_glue_artifact is released on PyPI, so all you need is to:

$ pip install aws-glue-artifact

To upgrade to latest version:

$ pip install --upgrade aws-glue-artifact