OrcaBus / OrcaBus/platform-cdk-constructs
resolveStageName function is a difficult task
Open
@alexiswl is already working on this.
Since Jun 5, 2025.
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- Avg merge
- 17h 15m
- Merged PRs (30d)
- 12
Description
While the Stack.of(this).account will work to get the correct stage name in most circumstances, the test suite does not have an account context and this variable will use a token instead. This means that the resolveStageName function will fail.
Few proposals.
- OrcaBus stack construct that has stageName as an attribute,
- We continue with the current hacky way
- Update the test suite so it's as if it's running within an account
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.