UNPKG

aws-ddk-core

Version:

The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.

6 lines (5 loc) 200 B
import * as s3 from "aws-cdk-lib/aws-s3"; import { Construct } from "constructs"; export declare class S3Factory { static bucket(scope: Construct, id: string, props: s3.BucketProps): s3.Bucket; }