Skip to content

Commit c8ceff3

Browse files
committed
docs: lint bullets
1 parent 5511b08 commit c8ceff3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,10 @@ A REST API implementing each of the [30 example applications](https://platform.o
7474
### API Key features
7575

7676
- [OpenAI API](https://pypi.org/project/openai/) library for Python. [LangChain](https://www.langchain.com/) enabled API endpoints where designated.
77-
- [Pydantic](https://docs.pydantic.dev/latest/) based CI-CD friendly [Settings](./api/terraform/python/openai_api/common/README.md) configuration class that consistently manages Python initializations from multiple sources including bash environment variables, `.env` and `terraform.tfvars` files.
77+
- [Pydantic](https://docs.pydantic.dev/latest/) based CI-CD friendly [Settings](./api/terraform/python/openai_api/common/README.md) configuration class that consistently and automatically manages Python Lambda initializations from multiple sources including bash environment variables, `.env` and `terraform.tfvars` files.
7878
- [CloudWatch](https://aws.amazon.com/cloudwatch/) logging
79-
- [Terraform](https://www.terraform.io/) fully automated and [parameterized](./api/terraform/terraform.tfvars) build. Fast build time; usually less than 60 seconds to fully implement.
79+
- [Terraform](https://www.terraform.io/) fully automated and [parameterized](./api/terraform/terraform.tfvars) build. Usually builds your infrastructure in less than a minute.
80+
- Secure: uses AWS role-based security and custom IAM policies. Best practice handling of secrets and sensitive data in all environments (dev, test, CI-CD, prod). Proxy-based API that hides your OpenAI API calls and credentials. Runs on https with AWS-managed SSL/TLS certificate.
8081
- Excellent [documentation](./doc/)
8182
- [AWS serverless](https://aws.amazon.com/serverless/) implementation. Free or nearly free in most cases
8283
- Deploy to a custom domain name

0 commit comments

Comments
 (0)