Skip to content

Commit a5d68c2

Browse files
update README
1 parent f9fa9ec commit a5d68c2

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

README.md

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
# AI Proxy
22

3+
Python-based API layer for LLM API's
4+
35
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
911

1012
## Local Development
1113

1214
The Python app exists within "/src"
1315

1416
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+
-

0 commit comments

Comments
 (0)