setheliot / aws-well-architected-labs

Hands on labs and code to help you learn, measure, and build using architectural best practices.
http://aws.amazon.com/well-architected
Apache License 2.0
1 stars 0 forks source link

Better event handling data for deployment Lambdas #54

Open setheliot opened 5 years ago

setheliot commented 5 years ago

The whole try/expect thing with the event object should eventually be rewritten and abstracted away. Each steps as it now with some small differences which will eventually lead to issues.

we should use a python defaultdict for the event so that we dont have to do the if object exist,