This is my function
function print_doc_json() { docId=$1 echo \'{ ":d": { "S": "$(docId)" }}\' }
I want