Release v0.1.6 (What’s new?).

Documentation Status https://github.com/MacHu-GWU/simple_aws_ecr-project/actions/workflows/main.yml/badge.svg https://codecov.io/gh/MacHu-GWU/simple_aws_ecr-project/branch/main/graph/badge.svg https://img.shields.io/pypi/v/simple-aws-ecr.svg https://img.shields.io/pypi/l/simple-aws-ecr.svg https://img.shields.io/pypi/pyversions/simple-aws-ecr.svg https://img.shields.io/badge/Release_History!--None.svg?style=social https://img.shields.io/badge/STAR_Me_on_GitHub!--None.svg?style=social
https://img.shields.io/badge/Link-Document-blue.svg https://img.shields.io/badge/Link-API-blue.svg https://img.shields.io/badge/Link-Install-blue.svg https://img.shields.io/badge/Link-GitHub-blue.svg https://img.shields.io/badge/Link-Submit_Issue-blue.svg https://img.shields.io/badge/Link-Request_Feature-blue.svg https://img.shields.io/badge/Link-Download-blue.svg

Welcome to simple_aws_ecr Documentation#

https://simple-aws-ecr.readthedocs.io/en/latest/_static/simple_aws_ecr-logo.png

The aws_ecr project is a comprehensive Python library designed to streamline interactions with Amazon Elastic Container Registry (ECR). It provides a high-level, object-oriented interface for managing ECR repositories, images, and replication rules across multiple AWS accounts. The library offers utility functions for common ECR operations, such as creating repositories, configuring cross-account access, setting up replication, and deploying Lambda functions using ECR images. With support for Docker image building and pushing, cross-account permissions, and efficient error handling, aws_ecr enables developers to easily integrate ECR management into their AWS-based applications and CI/CD pipelines.

Install#

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

$ pip install simple-aws-ecr

To upgrade to latest version:

$ pip install --upgrade simple-aws-ecr

Table of Content#

About the Author#

(\ (\
( -.-)o
o_(")(")

Sanhe Hu is a seasoned software engineer with a deep passion for Python development since 2010. As an author and maintainer of 20+ open-source projects, I bring a wealth of experience to the table. As a Senior Solution Architect and Subject Matter Expert in Amazon Web Services, Cloud Engineering, DevOps, Big Data, and Machine Learning, I thrive on helping clients with platform design, enterprise architecture, and strategic roadmaps.

Talk is cheap, show me the code:

API Document#