haseebnqureshi / serverless-hq

Serverless made quick & easy. This is your home base for quick & powerfully easy scaffolding for your next Serverless project.
MIT License
10 stars 2 forks source link

Separate model lambda callback from model method #14

Closed haseebnqureshi closed 7 years ago

haseebnqureshi commented 7 years ago

It's really hard to call another model's methods. Need to shove that lambda callback logic into its own handler.

haseebnqureshi commented 7 years ago

Decided to consolidate our lambda callback into our api util