Closed KHC831 closed 7 months ago
Issue #, if available: Fix warnings from cfn validation
cfn validation
Description of changes: Replace ^\\P{C}*$ with ^[\\s\\S]*$
^\\P{C}*$
^[\\s\\S]*$
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
Issue #, if available: Fix warnings from
cfn validation
Description of changes: Replace
^\\P{C}*$
with^[\\s\\S]*$
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.