File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
# AI Proxy
2
2
3
+ Python-based API layer for LLM API's
4
+
3
5
To Do:
4
- * validate cicd infra (using placeholder app template)
5
- * create python flask app
6
- * create build and test steps for cicd
7
- * create [ application cloudformation template] ( cicd/3-app/aiproxy/template.yml )
8
- * authentication
6
+ * [x] validate cicd infra (using placeholder app template)
7
+ * [ ] create python flask app
8
+ * [ ] create build and test steps for cicd
9
+ * [ ] create [ application cloudformation template] ( cicd/3-app/aiproxy/template.yml )
10
+ * [ ] authentication
9
11
10
12
## Local Development
11
13
12
14
The Python app exists within "/src"
13
15
14
16
To run the app locally, use ` docker compose up ` from the repo root.
17
+
18
+ ## CICD
19
+
20
+ See [ CICD Readme] ( ./cicd/README.md )
21
+
22
+ ## Links to deployed resources
23
+
24
+ - [ CICD Dependency Stack] ( https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/outputs?filteringText=&filteringStatus=active&viewNested=true&stackId=arn%3Aaws%3Acloudformation%3Aus-east-1%3A475661607190%3Astack%2Faiproxy-cicd-deps%2Fdc0cc2a0-5d98-11ee-92d1-0e2fac17ec9f )
25
+ - [ CICD Stack] ( https://us-east-1.console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/stackinfo?filteringText=&filteringStatus=active&viewNested=true&stackId=arn%3Aaws%3Acloudformation%3Aus-east-1%3A475661607190%3Astack%2Faiproxy-cicd%2F580cf6b0-5d9c-11ee-b86a-0a8053e30da7 )
26
+ - [ CICD Pipeline] ( https://us-east-1.console.aws.amazon.com/codesuite/codepipeline/pipelines/aiproxy-cicd/view?region=us-east-1 )
27
+ -
You can’t perform that action at this time.
0 commit comments