I got tired of writing the same CDK wiring, so I built simple-cdk
I got tired of writing the same CDK wiring, so I built simple-cdk If you've written a few AWS CDK projects, you've probably noticed they all start the same way. You spin up a stack. You add a NodejsFunction for each Lambda handler. You wire up a Table for each DynamoDB model, set billing...