Decoding AWS Lambda Events with Schema
Is there a guide for using Schema to decode types defined in other packages? In particular I need type-safe access to AWS Lambda events (https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/aws-lambda).
