The main goal of dawson is to be a zero-configuration yet fully extensible framework for building Node.js serverless web apps on AWS. You should be able to start using dawson without creating any configuration file and with only a basic knowledge of Amazon Web Services. // api.js import pug from 'pug'; const template = pug.compileFile('template.pug'); export async function greet (event) { const na