/simple_aws_ecr-project

Simplifies management of Amazon Elastic Container Registry (ECR) resources.

Primary LanguagePythonMIT LicenseMIT

Documentation Status 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 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