@gravitywelluk/aws
TypeScript icon, indicating that this package has built-in type declarations

3.0.2 • Public • Published

Gravitywell AWS

Library of commonly used AWS wrapper functions to communicate with the AWS SDK

CI License Downloads Version


Installation

In conjunction with this package, you will need to install the aws-sdk library.

yarn add @gravitywelluk/aws aws-sdk

Usage

import { LIB_NAME_HERE } from "@gravitywelluk/aws"

try {
  const s3Object = await getObjectFromS3(false, {
    bucket: "example-bucket",
    path: "path/to/file.jpg"
  });
} catch(error) {
  throw error;
}

Package Sidebar

Install

npm i @gravitywelluk/aws

Weekly Downloads

20

Version

3.0.2

License

MIT

Unpacked Size

77.1 kB

Total Files

71

Last publish

Collaborators

  • gravitywell.uk