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) 139 B
import type { EventBridgeEvent } from 'aws-lambda'; export declare const handler: (event: EventBridgeEvent<string, any>) => Promise<void>;