UNPKG

@aws-community/ephemeral

Version:

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

8 lines (7 loc) 266 B
export * from './self-destruct-aspect'; export * from './self-destruct-construct'; export * from './self-destruct-stack'; export * from './make-destroyable-aspect'; export * from './destroy-me'; export * from './destroy-me-stack'; export * from './destroyer-stack';