0.0.8 • Published 6 years ago

aws-collection-stream v0.0.8

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

aws-collection-stream

Takes care of any paginated AWS SDK call, and return the output as a highland.js stream of objects.

    npm install aws-collection-stream
    const awsCollectionStream = require ( 'aws-collection-stream' );

    return awsCollectionStream ( {
        serviceName: 'ECS',
        serviceRegion: 'eu-west-1',
        serviceMethod: 'listServices',
        parms: { maxResults: 2 }
    } )
        .errors ( error => console.error ( error ) )
        .each ( console.log );
0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago