laardee / serverless-authentication-boilerplate

Generic authentication boilerplate for Serverless framework
http://laardee.github.io/serverless-authentication-gh-pages
MIT License
568 stars 71 forks source link

update to heredoc format #17

Closed cpoole closed 7 years ago

cpoole commented 7 years ago

Just a thought, the yaml heredoc format seriously increases readability of the json template.

Your call if you want to merge it or just make the changes yourself, heredoc makes my OCD rest easy :)

laardee commented 7 years ago

Nice, it's definitely more readable now. Thanks.