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(infra): pin LocalStack to 4.14 and remove delete_stack workaround
Pin LocalStack image from :4 (floating) to :4.14 (minor-locked) across
CLI, docker-compose.yml, CI workflows, and docs. This resolves issue #81
where LocalStack confused CloudFormation templates during stack deletion.
With the fix in place, the defensive try/except around delete_stack() in
test teardown is no longer needed and has been removed from all 7 test
files. Also fixed the docstring sample output in the `local status`
command to reflect the pinned image version.
Closes#81
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments