1 Answer
- Newest
- Most votes
- Most comments
1
The --cli-input-json option takes the actual JSON document as its value, not a filename. You need to use file://input.json, which will make the CLI read the value from the file.
(Had a brainwave a while after posting my initial comment above!)
Thanks that worked!
Relevant content
- AWS OFFICIALUpdated 3 months ago
- AWS OFFICIALUpdated a year ago

Can you share your JSON? Does it parse correctly through a tool such asjq?