cookiecutter-git icon indicating copy to clipboard operation
cookiecutter-git copied to clipboard

Add AWS CodeCommit support

Open NathanUrwin opened this issue 8 years ago • 2 comments

https://aws.amazon.com/codecommit/

NathanUrwin avatar Mar 24 '17 13:03 NathanUrwin

CodeCommit support would require a 3rd party library such as boto3 or awscli. One of the goals of this project is to use only built-in libraries, such as using urllib over requests.

NathanUrwin avatar Mar 24 '17 18:03 NathanUrwin

Updating some outdated opinions: using only built-in libraries is no longer a goal of this project. Having cookiecutter as the only python dependency is all well and good until it comes to testing. Using something like requests-mock with requests is much easier than mocking urllib myself.

With all that being said, sometime in the future I want to support all the free git remote providers so adding 3rd party libraries (awscli) as optional requirements will be OK. Check out http://comparegithosting.com/#Free

NathanUrwin avatar Jul 12 '18 01:07 NathanUrwin