aws-elb-lib

0.0.1 • Public • Published

aws-elb-lib

Library to interact with AWS ELB

Build Status Mutation testing badge

There are lots of little tasks you might want to do with your AWS ELBs that doesn't come out of the box with the AWS SDK. Here what is covered using this library:

Get Target Group ARNs, given Names

Installation

npm install @jeffthefate/aws-elb-lib

Usage

const {getTargetGroupArns} = require('@jeffthefate/aws-elb-lib');

const arnArray = getTargetGroupArns(['name1', 'name2'])

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

Readme

Keywords

Package Sidebar

Install

npm i aws-elb-lib

Weekly Downloads

0

Version

0.0.1

License

GPL-3.0-or-later

Unpacked Size

52.1 kB

Total Files

15

Last publish

Collaborators

  • jeffthefate