AWS Cloudformation YAML stack

Is there a way that generated Cloudformation template to be in YAML format?
I have deployed everything to AWS but when I check Stack generated template it is in JSON format which is not human readable as it could be in YAML.
Question is: What options are there for Serverless to generate cloudformation stack template in YAML format.