Yuta Kawamura
Yuta Kawamura
### What version of rsuite are you using? 5.6.6 ### What version of React are you using? 17.0.39 ### What version of TypeScript are you using (if any)? _No response_...
- There are no tests for [token.go](https://github.com/DefangLabs/defang/blob/main/src/pkg/cli/token.go) - Create `token_test.go` and implement tests
- There no tests for [common.go](https://github.com/DefangLabs/defang/blob/main/src/pkg/cli/common.go) - Create `common_test.go` and implement tests
## Context - Following this Defang documentation to deploy to AWS as BYOC. https://docs.defang.io/docs/tutorials/deploy-to-aws - The documentation states that `compose.yaml` needs to be created by following this https://docs.docker.com/compose/gettingstarted/ - Encountered...
## Overview - Deployments fail when the project name contains an underscore (_). My project directory structure is as follows: ``` deploy_to_lab ├── Dockerfile ├── app.py ├── compose.yaml └── requirements.txt...