# pip-services3-aws-nodex

> AWS-specific components for Pip.Services in Node.js / ES2017

Latest version **1.2.0** (published 2023-02-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install pip-services3-aws-nodex
pnpm add pip-services3-aws-nodex
yarn add pip-services3-aws-nodex
bun add pip-services3-aws-nodex
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.2.0 |
| Published | 2023-02-28 |
| First published | 2021-05-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=14.0.0 |
| Dependencies | 5 |
| Unpacked size | 353.6 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Conceptual Vision Consulting LLC |
| Maintainers | seroukhov, pipdeveloper, judaspriest999 |
| Keywords | pip.services, microservice, aws, library, async |

## Links

- npm: https://www.npmjs.com/package/pip-services3-aws-nodex
- Repository: https://github.com/pip-services3-nodex/pip-services3-aws-nodex
- Homepage: https://github.com/pip-services3-nodex/pip-services3-aws-nodex#readme
- Issues: https://github.com/pip-services3-nodex/pip-services3-aws-nodex/issues
- npm.io page: https://npm.io/package/pip-services3-aws-nodex

## Dependencies (5)

- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.1325.0
- [pip-services3-rpc-nodex](https://npm.io/package/pip-services3-rpc-nodex.md) ^1.3.2
- [pip-services3-commons-nodex](https://npm.io/package/pip-services3-commons-nodex.md) ^1.0.1
- [pip-services3-container-nodex](https://npm.io/package/pip-services3-container-nodex.md) ^1.0.2
- [pip-services3-components-nodex](https://npm.io/package/pip-services3-components-nodex.md) ^1.4.2

## Alternatives

- [@opentelemetry/exporter-zipkin](https://npm.io/package/@opentelemetry/exporter-zipkin.md) — 14.8M weekly downloads
- [pusher-js](https://npm.io/package/pusher-js.md) — 2.0M weekly downloads
- [browserify](https://npm.io/package/browserify.md) — 1.7M weekly downloads
- [sqs-consumer](https://npm.io/package/sqs-consumer.md) — 1.7M weekly downloads
- [@sanity/eventsource](https://npm.io/package/@sanity/eventsource.md) — 930.8K weekly downloads

## Recent versions

- 1.2.0 (latest) — 2023-02-28
- 1.1.6 — 2021-09-03
- 1.1.5 — 2021-09-02
- 1.1.3 — 2021-08-14
- 1.1.2 — 2021-08-13
- 1.1.1 — 2021-06-19
- 1.1.0 — 2021-06-12
- 1.0.0 — 2021-05-26

## README

# <img src="https://uploads-ssl.webflow.com/5ea5d3315186cf5ec60c3ee4/5edf1c94ce4c859f2b188094_logo.svg" alt="Pip.Services Logo" width="200"> <br/> AWS specific components for Node.js / ES2017

This module is a part of the [Pip.Services](http://pipservices.org) polyglot microservices toolkit.

This module contains components for supporting work with the AWS cloud platform.

The module contains the following packages:
- **Build** - factories for constructing module components
- **Clients** - client components for working with Lambda AWS
- **Connect** - components of installation and connection settings
- **Container** - components for creating containers for Lambda server-side AWS functions
- **Count** - components of working with counters (metrics) with saving data in the CloudWatch AWS service
- **Log** - logging components with saving data in the CloudWatch AWS service


<a name="links"></a> Quick links:

* [Configuration](https://www.pipservices.org/recipies/configuration)
* [API Reference](https://pip-services3-nodex.github.io/pip-services3-aws-nodex/globals.html)
* [Change Log](CHANGELOG.md)
* [Get Help](https://www.pipservices.org/community/help)
* [Contribute](https://www.pipservices.org/community/contribute)

## Use

Install the NPM package as
```bash
npm install pip-services3-aws-nodex --save
```

## Develop

For development you shall install the following prerequisites:
* Node.js 8+
* Visual Studio Code or another IDE of your choice
* Docker
* Typescript

Install dependencies:
```bash
npm install
```

Compile the code:
```bash
tsc
```

Run automated tests:
```bash
npm test
```

Generate API documentation:
```bash
./docgen.ps1
```

Before committing changes run dockerized build and test as:
```bash
./build.ps1
./test.ps1
./clear.ps1
```

## Contacts

The Node.js version of Pip.Services is created and maintained by **Sergey Seroukhov**

---
_Source: https://npm.io/package/pip-services3-aws-nodex · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
