Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS CodeCommit support #10

Open
NathanUrwin opened this issue Mar 24, 2017 · 2 comments
Open

Add AWS CodeCommit support #10

NathanUrwin opened this issue Mar 24, 2017 · 2 comments
Assignees

Comments

@NathanUrwin
Copy link
Owner

NathanUrwin commented Mar 24, 2017

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

@NathanUrwin
Copy link
Owner Author

NathanUrwin commented Mar 24, 2017

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 NathanUrwin changed the title CodeCommit support Add AWS CodeCommit support Jul 12, 2018
@NathanUrwin
Copy link
Owner Author

NathanUrwin commented Jul 12, 2018

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 NathanUrwin reopened this Jul 12, 2018
@NathanUrwin NathanUrwin self-assigned this Jul 14, 2018
@NathanUrwin NathanUrwin added this to the Version 1.0.0 (Stable) milestone Jul 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant