UNPKG

serverless-spy

Version:

CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.

8 lines (7 loc) 400 B
export * from "./DynamoDBDocument"; export * from "./DynamoDBDocumentClient"; export * from "./commands"; export * from "./pagination"; export { NumberValueImpl as NumberValue } from "@aws-sdk/util-dynamodb"; export { marshallOptions, unmarshallOptions } from "@aws-sdk/util-dynamodb"; export { NativeAttributeValue, NativeAttributeBinary, NativeScalarAttributeValue } from "@aws-sdk/util-dynamodb";