Skip to content

Commit

Permalink
Merge pull request #17 from aws-samples/feature/update-cdk-v2.146.0
Browse files Browse the repository at this point in the history
Update CDK -> v2.146.0 and jest
  • Loading branch information
moralesl authored Jun 20, 2024
2 parents 6e8ae64 + a71a1d4 commit 8fedb24
Show file tree
Hide file tree
Showing 4 changed files with 2,425 additions and 4,460 deletions.
2 changes: 2 additions & 0 deletions infrastructure/kinesis-load-testing-with-locust.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ export class KinesisLoadTestingWithLocustStack extends cdk.Stack {
const demoStream = new kinesis.Stream(this, "DemoStream", {
streamName: "DemoStream",
streamMode: kinesis.StreamMode.ON_DEMAND,

removalPolicy: cdk.RemovalPolicy.DESTROY, // Remove to clean up the environment
});

const locustLoadTestDirectory = new Asset(this, "LocustLoadTestDirectory", {
Expand Down
Loading

0 comments on commit 8fedb24

Please sign in to comment.