initial implementation of CodeCommit

This commit is contained in:
Phill Zarfos
2023-08-22 17:15:11 -04:00
parent 4184f81090
commit d31b66b656
9 changed files with 915 additions and 22 deletions

View File

@ -43,7 +43,8 @@ dependencies = [
"GitPython~=3.1.32",
"starlette-context==0.3.6",
"litellm~=0.1.351",
"PyYAML==6.0"
"PyYAML==6.0",
"boto3~=1.28.25"
]
[project.urls]