andrew-templeton / cfn-lambda

CloudFormation custom resource helper for Lambda Node.js runtime
MIT License
82 stars 22 forks source link

Fix JSONDeepEquals for underscore #11

Closed mazerte closed 7 years ago

mazerte commented 8 years ago

Hi,

I have the same bug of this issue https://github.com/andrew-templeton/cfn-lambda/issues/6 So I fix it using a fully tested library underscore.

I keep the JSONDeepEquals object to be sure underscore pass all the tests.

Thanks again for this project. Mathieu

andrew-templeton commented 7 years ago

Good catch.