aws:query-with-jq
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| aws:query-with-jq [18/12/2025 12:27] – andrew | aws:query-with-jq [17/04/2026 13:38] (current) – andrew | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Sadly, or more likely serves you right, jq is a linux and not windows command. Just one more reason to dump windows. [[crashed-windows: | Sadly, or more likely serves you right, jq is a linux and not windows command. Just one more reason to dump windows. [[crashed-windows: | ||
| + | |||
| + | |||
| + | ===== Parse AWS cli output ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | aws lambda list-functions | jq ' | ||
| + | |||
| + | |||
| + | [ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | }, | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | |||
| + | ..... | ||
| + | ] | ||
| + | </ | ||
| + | |||
aws/query-with-jq.txt · Last modified: by andrew
