0.3.2 • Published 3 years ago

@cfnutil/put-object-lambda v0.3.2

Weekly downloads
45
License
MIT
Repository
github
Last release
3 years ago

@cfn-util/put-object-lambda

CloudFormation custom resource handler to put an object in a bucket.

Resource Properties

interface PutObjectProps {
  Target: S3ObjectRef;
  Contents?: unknown;
  Metadata?: Metadata;
  Replacements?: TextReplacement[];
  Source?: S3ObjectRef;
}

interface S3ObjectRef {
  S3Bucket: string;
  S3Key: string;
  S3ObjectVersion?: string;
}

interface TextReplacement {
  Regex?: boolean;
  Replace: string;
  Search: string;
}
0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.13

3 years ago

0.2.12

3 years ago

0.2.11

4 years ago

0.2.10

4 years ago

0.2.9

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago

0.2.6

4 years ago

0.2.5

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago