aws-samples / aws-cdk-examples

Example projects using the AWS CDK
Apache License 2.0
4.96k stars 2.1k forks source link

Correcting flipped ternary statements #927

Closed stephenkelzer closed 9 months ago

stephenkelzer commented 9 months ago

This is a simple update to correct two ternary statements that are currently inverted. I discovered this while working on a simple project using this example. Figured I would contribute a quick fix to show my gratitude to the crew for making all of these examples!

Fixes #926


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.