"Here documents?"

I’m trying to create a Cloudwatch Synthetics canary and there is a way to add code from the YAML, itself. Problem is the code I paste in is written in Javascript and serverless is trying to interpret the javascript.

I want to include a here document or include a file and not parse its contents. Is that possible?

This is answered by heath if you get lucky with your search: