Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/content/docs/aws/services/ssm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ The other limitations of LocalStack SSM are:
- Only documents using the `aws:runShellScript` plugin are fully supported for execution in Dockerized instances.
- Documents using other plugins will fall back to the Moto implementation, which may not function correctly.
- Commands returning non-zero codes won't capture standard output or error streams, leaving them empty.
- Shell constructs such as job controls (`&&`, `||`), and redirection (`>`) are not supported.

## API Coverage

Expand Down
Loading