You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
https://aws.amazon.com/codecommit/
The text was updated successfully, but these errors were encountered: