Skip to content

Commit 8fedb24

Browse files
authored
Merge pull request #17 from aws-samples/feature/update-cdk-v2.146.0
Update CDK -> v2.146.0 and jest
2 parents 6e8ae64 + a71a1d4 commit 8fedb24

File tree

4 files changed

+2425
-4460
lines changed

4 files changed

+2425
-4460
lines changed

infrastructure/kinesis-load-testing-with-locust.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ export class KinesisLoadTestingWithLocustStack extends cdk.Stack {
7171
const demoStream = new kinesis.Stream(this, "DemoStream", {
7272
streamName: "DemoStream",
7373
streamMode: kinesis.StreamMode.ON_DEMAND,
74+
75+
removalPolicy: cdk.RemovalPolicy.DESTROY, // Remove to clean up the environment
7476
});
7577

7678
const locustLoadTestDirectory = new Asset(this, "LocustLoadTestDirectory", {

0 commit comments

Comments
 (0)