https://github.com/machu-gwu/aws_glue_artifact-project
AWS Glue Artifact versioning and alias Management for blue/green, canary deployment, and roll back for production failure.
https://github.com/machu-gwu/aws_glue_artifact-project
aws devops glue python
Last synced: 9 months ago
JSON representation
AWS Glue Artifact versioning and alias Management for blue/green, canary deployment, and roll back for production failure.
- Host: GitHub
- URL: https://github.com/machu-gwu/aws_glue_artifact-project
- Owner: MacHu-GWU
- License: mit
- Created: 2023-07-07T14:01:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-15T18:55:10.000Z (almost 3 years ago)
- Last Synced: 2025-09-25T13:58:15.503Z (9 months ago)
- Topics: aws, devops, glue, python
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
.. .. image:: https://readthedocs.org/projects/aws-glue-artifact/badge/?version=latest
:target: https://aws-glue-artifact.readthedocs.io/en/latest/
:alt: Documentation Status
.. image:: https://github.com/MacHu-GWU/aws_glue_artifact-project/workflows/CI/badge.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/actions?query=workflow:CI
.. image:: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project/branch/main/graph/badge.svg
:target: https://codecov.io/gh/MacHu-GWU/aws_glue_artifact-project
.. image:: https://img.shields.io/pypi/v/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/pypi/l/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/pypi/pyversions/aws-glue-artifact.svg
:target: https://pypi.python.org/pypi/aws-glue-artifact
.. image:: https://img.shields.io/badge/Release_History!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/blob/main/release-history.rst
.. image:: https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project
------
.. .. image:: https://img.shields.io/badge/Link-Document-blue.svg
:target: https://aws-glue-artifact.readthedocs.io/en/latest/
.. .. image:: https://img.shields.io/badge/Link-API-blue.svg
:target: https://aws-glue-artifact.readthedocs.io/en/latest/py-modindex.html
.. image:: https://img.shields.io/badge/Link-Install-blue.svg
:target: `install`_
.. image:: https://img.shields.io/badge/Link-GitHub-blue.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project
.. image:: https://img.shields.io/badge/Link-Submit_Issue-blue.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues
.. image:: https://img.shields.io/badge/Link-Request_Feature-blue.svg
:target: https://github.com/MacHu-GWU/aws_glue_artifact-project/issues
.. image:: https://img.shields.io/badge/Link-Download-blue.svg
:target: https://pypi.org/pypi/aws-glue-artifact#files
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.
- `AWS Lambda Versioning and Alias `_
- `AWS StepFunction Versioning and Alias `_
- `AWS SageMaker Model Registry Versioning `_
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:
Install
------------------------------------------------------------------------------
``aws_glue_artifact`` is released on PyPI, so all you need is to:
.. code-block:: console
$ pip install aws-glue-artifact
To upgrade to latest version:
.. code-block:: console
$ pip install --upgrade aws-glue-artifact