Skip to content

Commit

Permalink
missing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
biffgaut committed Feb 17, 2023
1 parent 7e9d682 commit 085e098
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ new FargateToKinesisStreams(stack, 'test-fargate-kinesisstreams', {
publicApi: true,
existingVpc,
existingFargateServiceObject: createFargateServiceResponse.service,
existingContainerDefinitionObject:createFargateServiceResponse.containerDefinition
existingContainerDefinitionObject: createFargateServiceResponse.containerDefinition
});

app.synth();

0 comments on commit 085e098

Please sign in to comment.