Thoughts
Important: These docs are for the outdated Jets 5 versions and below. For the latest Jets docs: docs.rubyonjets.com
- 
    CloudFormation Many Lambda Functions Thoughts: Whether or not to collapse the number of Lambda functions down to one or have multiple Lambda functions. 
- 
    CamelCase vs Underscore: Whether or not to to use CamelCase or underscore with the Jets DSL and CloudFormation underpinnings. 
- 
    CloudFormation Many API Routes Thoughts: Whether or not to collapse the number of APIGW routes down to just a proxy route or create many APIGW Resources and Methods. 
- 
    Defaults Are Hard: It’s hard because it’s impossible to please everyone.