0.0.50 • Published 3 years ago

common-aws-actions v0.0.50

Weekly downloads
58
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.49

3 years ago

0.0.47

3 years ago

0.0.44

3 years ago

0.0.45

3 years ago

0.0.46

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.40

3 years ago

0.0.39

4 years ago

0.0.38

4 years ago

0.0.37

4 years ago

0.0.34

4 years ago

0.0.35

4 years ago

0.0.36

4 years ago

0.0.32

4 years ago

0.0.31

4 years ago

0.0.30

4 years ago

0.0.29

4 years ago

0.0.27

4 years ago

0.0.28

4 years ago

0.0.25

4 years ago

0.0.26

4 years ago

0.0.23

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.18

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.13

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago