boto3form

Create and delete aws ecr repository using python boto3 like terraform


License
MIT
Install
pip install boto3form==0.0.2

Documentation

How to use this package ??

  • There is example in test.py file
  • Change the ecr repository properties using function parameters.
  • Run test.py file using below command
  1. python test.py create - This will create the ecr repository.
  2. python test.py delete - This will delete the ecr repository.