Denis Marfonov

Results 1 issues of Denis Marfonov

The code snippet in `integration-docdb-to-lambda/example.ts` includes the following two types: ```typescript import { DocumentDBEventRecord, DocumentDBEventSubscriptionContext } from 'aws-lambda'; ``` However, it is unclear what the source of these types is....