Skip to content

Commit e040551

Browse files
committed
docs: suggestions after cdk work
1 parent a7d73d8 commit e040551

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/instructions/languages/cdk.instructions.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ export class CptsApiAppStack extends Stack {
9393
- Write unit tests for CDK stacks and constructs using synthesis-based assertions.
9494
- Prefer in-process tests that instantiate CDK `App` and `Stack` objects directly and assert on synthesized templates.
9595
- Keep assertions light-touch and stable, such as resource counts and a small number of important properties.
96-
- Use smoke tests for `bin/` entrypoints only to verify the app can be synthesized from its CLI wiring and environment configuration.
9796
- Avoid mocking AWS resources or writing tests that attempt to exercise live AWS behaviour.
9897
- CDK constructs suitable for reuse should be placed in `eps-cdk-utils` repo.
9998
- Smaller CDK constructs may be included here and should have tests associated.

0 commit comments

Comments
 (0)