@cfnutil/empty-bucket-lambda
v0.3.2
Published
CloudFormation custom resource handler to empty a bucket on a create, update and/or delete of a custom resource.
Downloads
44
Readme
@cfn-util/empty-bucket-lambda
CloudFormation custom resource handler to empty a bucket on a create, update and/or delete of a custom resource.
Resource Properties
interface EmptyBucketProps {
Bucket: string;
EmptyOnCreate?: boolean;
EmptyOnDelete?: boolean;
EmptyOnUpdate?: boolean;
Prefix?: string;
}