# @cn-shell/aws-sqs

> A Cloud Native extension for AWS SQS

Latest version **1.2.1** (published 2019-06-29) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @cn-shell/aws-sqs
pnpm add @cn-shell/aws-sqs
yarn add @cn-shell/aws-sqs
bun add @cn-shell/aws-sqs
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.2.1 |
| Published | 2019-06-29 |
| First published | 2019-06-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 10.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Black Eye Technology |
| Maintainers | techiekayen |
| Keywords | Cloud, Native , Application, AWS, SQS |

## Links

- npm: https://www.npmjs.com/package/@cn-shell/aws-sqs
- Repository: https://github.com/blackeyetech/cns-aws-sqs
- Homepage: https://github.com/blackeyetech/cns-aws-sqs#readme
- Issues: https://github.com/blackeyetech/cns-aws-sqs/issues
- npm.io page: https://npm.io/package/@cn-shell/aws-sqs

## Dependencies (3)

- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.484.0
- [cn-shell](https://npm.io/package/cn-shell.md) ^1.7.0
- [lodash.merge](https://npm.io/package/lodash.merge.md) ^4.6.1

## 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.1 (latest) — 2019-06-29
- 1.2.0 — 2019-06-29
- 1.1.0 — 2019-06-28
- 1.0.3 — 2019-06-28
- 1.0.1 — 2019-06-28
- 1.0.0 — 2019-06-28

## README

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)

# Cloud Native Shell

Cloud Native Shell is shortened to cn-shell.

cn-shell is a JS wrapper, like a shell, for cloud native applications.

# The following configuration environmental variables are used:

NOTE: The cloud native application (CNA) name (in upper case) needs to be prepended to all
env vars.

- {NAME}\_REGION: Region the queue is in
- {NAME}\_QUEUE: Queue URL
- {NAME}\_QUEUE_POLL_INTERVAL: Used to set the WaitTimeSeconds when receiving messages from a queue
- {NAME}\_BACKOFF_INTERVAL: Time in milli-seconds to wait until attempting to receive more messages

_**Documentation will be along shortly!**_

---
_Source: https://npm.io/package/@cn-shell/aws-sqs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
