aws-samples / aws-saas-factory-billing-and-metering-reference-implementation

A reference implementation for a billing and metering solution for SaaS applications.
MIT No Attribution
28 stars 12 forks source link

Define input validation tests #4

Closed keithaws closed 3 years ago

keithaws commented 3 years ago

This commit implements tests for input validation of the two Lambda functions that run based on EventBridge rules.

This commit also changes the failure mode of some of the tests. Before, they returned while printing out an error. Now, they throw exceptions.