UNPKG

@aws-community/ephemeral

Version:

Ephemeral Stacks! A CDK Stack and Construct that will self-destruct after a specified time period.

3 lines (2 loc) 132 B
import type { DynamoDBStreamEvent } from 'aws-lambda'; export declare const handler: (event: DynamoDBStreamEvent) => Promise<void>;