https://github.com/time-loop/cdk-named-environments
https://github.com/time-loop/cdk-named-environments
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/time-loop/cdk-named-environments
- Owner: time-loop
- License: apache-2.0
- Created: 2022-10-19T22:47:23.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-02-25T00:55:44.000Z (4 months ago)
- Last Synced: 2026-02-25T06:28:12.434Z (4 months ago)
- Language: TypeScript
- Size: 438 KB
- Stars: 0
- Watchers: 41
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://codecov.io/gh/time-loop/cdk-named-environments)
# cdk-named-environments
This repo provides an interface for `NamedEnv`, an extension of the [AWS provided Environment interface](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.Environment.html). The goal is to allow the operator to abstract away info associated with an Environment, and make them human-intelligible for consumers. For this reason it is recommended that you create your own library and class implementing `NamedEnv`, to automatically abstract for example networking configuration that the average developer should assume will Just Work.