You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: catch unexpected exceptions in child template expansion gracefully
An unexpected error from expand_language_extensions on a child template
should not abort packaging of the entire parent stack. The fallback
(using original template) is always safe since CFN handles expansion
server-side. Now catches Exception with WARNING log as a second handler
after the specific InvalidSamDocumentException catch.
0 commit comments