UNPKG

archfit

Version:

Validate the fitness of your AWS solutions, without the heavy lifting!

3 lines (2 loc) 118 B
import { Bucket } from '@aws-sdk/client-s3'; export declare function getS3Buckets(region: string): Promise<Bucket[]>;