Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape SSM pattern matching when using SAM and SSM #3686

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

kddejong
Copy link
Contributor

@kddejong kddejong commented Sep 12, 2024

Issue #, if available:
fix #3640

Description of changes:

  • Escape SSM pattern matching when using SAM and SSM

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.66%. Comparing base (cc1b2f7) to head (f6b0ca6).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3686      +/-   ##
==========================================
- Coverage   93.66%   93.66%   -0.01%     
==========================================
  Files         358      358              
  Lines       12233    12248      +15     
  Branches     2623     2627       +4     
==========================================
+ Hits        11458    11472      +14     
  Misses        429      429              
- Partials      346      347       +1     
Flag Coverage Δ
unittests 93.60% <100.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kddejong kddejong merged commit 7b0ad97 into aws-cloudformation:main Sep 12, 2024
21 checks passed
@kddejong kddejong deleted the fix/issue/3640 branch September 12, 2024 18:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

seeing E3031 for valid SSM
1 participant