elegant-crayon-4967
10/28/2021, 3:39 PM{{ assumeRole }}
that handlebars uses for automation doc itself to pass variables back and forth. AKA, I can’t figure out how to escape the double braces to have the literal string {{ assumerole }}
without it becoming null because handlebars is reading it. I’ve tried many different escape methods using \
but nothing works. When the template makes it up to AWS all the fields I’ve tried to escape are nullclever-painter-96148
10/28/2021, 4:05 PM\{{ assumeRole }}
elegant-crayon-4967
10/28/2021, 4:14 PM'\{{ assumeRole }}'