0.0.50 • Published 4 years ago

common-aws-actions v0.0.50

Weekly downloads
58
License
MIT
Repository
github
Last release
4 years ago

Common AWS Actions


Installation

npm i -S common-aws-actions

or

yarn add common-aws-actions

Usage

This library is designed to as modular as possible. If you only need one function, no problem. Follow the following pattern:

// JS
const getObject = require('common-aws-actions/dist/s3/lib/getObject')

// TypeScript
import getObject from 'common-aws-actions/dist/s3/lib/getObject'

This helps with reducing bundle size if using a bundler such as Webpack.

If you are not using a bundler, you can import each function from the main package. This will however require you to have all of the peer dependencies installed.

// JS
const { getObject } = require('common-aws-actions')

// TypeScript
import { getObject } from 'common-aws-actions'

Docs

More comprehensive docs can be found here

Peer Dependencies

0.0.50

4 years ago

0.0.49

4 years ago

0.0.47

4 years ago

0.0.44

4 years ago

0.0.45

4 years ago

0.0.46

4 years ago

0.0.42

5 years ago

0.0.41

5 years ago

0.0.40

5 years ago

0.0.39

5 years ago

0.0.38

5 years ago

0.0.37

5 years ago

0.0.34

5 years ago

0.0.35

5 years ago

0.0.36

5 years ago

0.0.32

5 years ago

0.0.31

5 years ago

0.0.30

5 years ago

0.0.29

5 years ago

0.0.27

5 years ago

0.0.28

5 years ago

0.0.25

5 years ago

0.0.26

5 years ago

0.0.23

5 years ago

0.0.21

5 years ago

0.0.22

5 years ago

0.0.20

5 years ago

0.0.19

5 years ago

0.0.17

5 years ago

0.0.18

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago