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 9 months ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 2 years ago
Can you share your JSON? Does it parse correctly through a tool such asjq
?