# report-pdrs

> Cumulus Workflow PDR Reporting Module

Latest version **1.14.5** (published 2019-12-31) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install report-pdrs
pnpm add report-pdrs
yarn add report-pdrs
bun add report-pdrs
```

## Health

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

Positive: no vulnerabilities; high maintenance score.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.14.5 |
| Published | 2019-12-31 |
| First published | 2019-10-08 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.16.3 |
| Dependencies | 3 |
| Unpacked size | 15.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 304 |
| Author | Cumulus Authors |
| Maintainers | lfrederick |
| Keywords | CUMULUS, NASA |

## Links

- npm: https://www.npmjs.com/package/report-pdrs
- Repository: https://github.com/nasa/cumulus
- Homepage: https://github.com/nasa/cumulus#readme
- Issues: https://github.com/nasa/cumulus/issues
- npm.io page: https://npm.io/package/report-pdrs

## Dependencies (3)

- [lodash.get](https://npm.io/package/lodash.get.md) ^4.4.2
- [@cumulus/api](https://npm.io/package/@cumulus/api.md) 1.14.5
- [@cumulus/common](https://npm.io/package/@cumulus/common.md) 1.14.5

## Recent versions

- 1.14.5 (latest) — 2019-12-31
- 1.14.4 — 2019-10-28
- 1.14.3 — 2019-10-18
- 1.14.2 — 2019-10-08

## README

# Report PDRs

This package includes a Lambda function to process PDR ingest notifications received via SNS and store PDR data to a database.

## Deployment

1. Copy the .tfvars sample file: `cp terraform.tfvars.sample terraform.tfvars`
2. Populate the sample file with values that apply to your AWS environment (see configuration variables section below).
3. Deploy this module: `terraform apply`

## Configuration

Configuration variables are shown in `terraform.tfvars.sample`, and are explained below:

```text
# Required
pdrs_table            = "PdrsTableName"  # name of DynamoDB table to store PDRs data
prefix                = "myprefix" # prefix to use for naming created resources

# Optional
permissions_boundary  = "arn:aws:iam::1234567890:policy/YourRoleBoundary" # IAM permissions boundary
security_groups       = ["sg-123456"]          # Security Group IDs (for Lambda)
subnet_ids            = ["subnet-123456"]      # Subnet IDs (for Lambda)
```

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