Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
eladb committed Oct 13, 2023
1 parent 9541ac3 commit 146f8ec
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,22 @@ $ wing compile -t tf-aws --values ./values.yaml main.w

## Roadmap

See [Captain's Log](https://winglang.slack.com/archives/C047QFSUL5R/p1696868156845019) in the [Wing Slack](https://t.winglang.io).
See [Captain's Log](https://winglang.slack.com/archives/C047QFSUL5R/p1696868156845019) in the [Wing
Slack](https://t.winglang.io).

- [x] EKS as a singleton
- [x] Add support for local Dockerfiles (currently only images from Docker Hub are supported), this
includes publishing into an ECR.
- [ ] Invalidation of local docker image (both local and in registry). Check what cdk-assets is doing.
- [x] Invalidation of local docker image (both local and in registry). Check what cdk-assets is
doing.
- [x] Reference existing EKS repository.
- [ ] Use a `cloud.Redis` database
- [ ] Implement `cloud.Service` using containers.
- [ ] Reference workload from another workload (without going through the load balancer).
- [ ] Publish the library
- [ ] `url()` and `internalUrl()` or something like this.
- [ ] Enable logging (`Disabled logging because aws-logging configmap was not found. configmap "aws-logging" not found`).
- [ ] Enable logging (`Disabled logging because aws-logging configmap was not found. configmap
"aws-logging" not found`).
- [x] Generate helm charts under target directory
- [ ] Implement `start()` and `stop()`.
- [ ] Sidecar containers
Expand Down

0 comments on commit 146f8ec

Please sign in to comment.