jorgebastida / gordon

λ Gordon is a tool to create, wire and deploy AWS Lambdas using CloudFormation
Other
2.04k stars 137 forks source link

Adding in sanitization for ints in iterable objects. Fix for issue #86 #102

Closed DaveWK closed 7 years ago

DaveWK commented 8 years ago

Issue is outlines in main gordon branch. When nested dict has values of type int, it removes them completely when using join()

Also fixed 2 typos.

https://github.com/jorgebastida/gordon/issues/86

tjbaker commented 7 years ago

We'd love to see this merged. It has passed tests, is there anything else we can do to help?

jorgebastida commented 7 years ago

Thank you very much