Skip to content

DOC-425: Remove stale &&/||/redirection limitation from SSM docs - #932

Open
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-425-ssm-run-command-docs-incorrectly-list-and-redirection-as
Open

DOC-425: Remove stale &&/||/redirection limitation from SSM docs#932
quetzalliwrites wants to merge 1 commit into
mainfrom
doc-425-ssm-run-command-docs-incorrectly-list-and-redirection-as

Conversation

@quetzalliwrites

Copy link
Copy Markdown
Collaborator

Summary

A customer (flagged via NISC evaluation trial) quoted our own docs claiming SSM Run Command doesn't support &&, ||, or redirection (>). This was verified against localstack/localstack-pro:latest on 2026-09-01: all three work correctly, since SSM Run Command invokes a real shell (sh -c) under the hood rather than a restricted command parser. The claim was stale, left over from an earlier, more limited implementation.

Removed the &&/||/redirection bullet from the SSM service doc's "Current Limitations" section. The adjacent bullet about stdout/stderr not being captured on a non-zero exit code is still accurate and was left in place (tracked separately as a feature request, not a docs issue).

Linear ticket

https://linear.app/localstack/issue/DOC-425/ssm-run-command-docs-incorrectly-list-andand-and-redirection-as

Test plan

  • npx astro build completes successfully (417 pages built)
  • Link validator confirms all internal links are valid

Verified against localstack/localstack-pro:latest (2026-09-01): SSM
Run Command invokes a real shell (sh -c) under the hood, so &&, ||,
and > all work correctly today. This claim was left over from an
earlier, more limited implementation. The adjacent claim about
stdout/stderr not being captured on a non-zero exit code is still
accurate and is kept (tracked separately as a feature request).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying localstack-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8802540
Status: ✅  Deploy successful!
Preview URL: https://efb80f57.localstack-docs.pages.dev
Branch Preview URL: https://doc-425-ssm-run-command-docs.localstack-docs.pages.dev

View logs

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.

1 participant