Last updated:
0 purchases
awsglueartifact 0.2.1
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
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.