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

8.0.0 • Public • Published

Microfleet AWS-Elasticsearch Plugin

Adds AWS Elastic service support to microfleet.

Install

yarn add @microfleet/plugin-aws-elasticsearch

Configuration

To make use of the plugin, adjust microfleet configuration in the following way:

exports.plugins = [
  ...,
  'aws-elasticsearch'
  ...
]
exports.awsElasticsearch = {
  'awsAccessKey',
  'awsSecretKey',
  'node',
  'region'
}

Readme

Keywords

none

Package Sidebar

Install

npm i @microfleet/plugin-aws-elasticsearch

Weekly Downloads

2

Version

8.0.0

License

MIT

Unpacked Size

35.3 kB

Total Files

29

Last publish

Collaborators

  • avvs
  • torinasakura