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: improve error visibility and add UTF-8 encoding for file reads
- artifact_exporter.py: log at WARNING (not DEBUG) when a child template
declares AWS::LanguageExtensions but expansion fails, so users see the
error instead of discovering it at deploy time
- artifact_exporter.py, package_context.py: add encoding='utf-8' to open()
calls to prevent Windows locale encoding issues with non-ASCII templates
0 commit comments