# rise-aws-foundation

> ![GitHub CI status](https://github.com/rise-cli/rise-aws-foundation/actions/workflows/test.yml/badge.svg)

Latest version **0.0.28** (published 2023-12-10) · ISC license · 0 weekly downloads

## Install

```sh
npm install rise-aws-foundation
pnpm add rise-aws-foundation
yarn add rise-aws-foundation
bun add rise-aws-foundation
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.28 |
| Published | 2023-12-10 |
| First published | 2022-06-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 10 |
| Unpacked size | 113.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | garysjennings |

## Links

- npm: https://www.npmjs.com/package/rise-aws-foundation
- npm.io page: https://npm.io/package/rise-aws-foundation

## Dependencies (10)

- [aws-sdk](https://npm.io/package/aws-sdk.md) ^2.1295.0
- [@aws-sdk/client-s3](https://npm.io/package/@aws-sdk/client-s3.md) ^3.353.0
- [@aws-sdk/client-ssm](https://npm.io/package/@aws-sdk/client-ssm.md) ^3.353.0
- [@aws-sdk/client-sts](https://npm.io/package/@aws-sdk/client-sts.md) ^3.353.0
- [@aws-sdk/client-lambda](https://npm.io/package/@aws-sdk/client-lambda.md) ^3.353.0
- [@aws-sdk/client-amplify](https://npm.io/package/@aws-sdk/client-amplify.md) ^3.353.0
- [@aws-sdk/client-dynamodb](https://npm.io/package/@aws-sdk/client-dynamodb.md) ^3.353.0
- [@aws-sdk/client-eventbridge](https://npm.io/package/@aws-sdk/client-eventbridge.md) ^3.353.0
- [@aws-sdk/client-cloudformation](https://npm.io/package/@aws-sdk/client-cloudformation.md) ^3.353.0
- [@aws-sdk/client-cloudwatch-logs](https://npm.io/package/@aws-sdk/client-cloudwatch-logs.md) ^3.353.0

## Recent versions

- 0.0.28 (latest) — 2023-12-10
- 0.0.27 — 2023-09-25
- 0.0.26 — 2023-06-18
- 0.0.25 — 2023-06-17
- 0.0.24 — 2023-06-17
- 0.0.23 — 2023-06-17
- 0.0.22 — 2023-06-17
- 0.0.21 — 2023-06-17
- 0.0.20 — 2023-06-17
- 0.0.19 — 2023-06-16
- 0.0.18 — 2023-04-01
- 0.0.17 — 2023-04-01
- 0.0.16 — 2023-04-01
- 0.0.15 — 2023-04-01
- 0.0.14 — 2023-03-25
- … 13 more at https://npm.io/package/rise-aws-foundation/versions

## README

# Rise AWS Foundation

![GitHub CI status](https://github.com/rise-cli/rise-aws-foundation/actions/workflows/test.yml/badge.svg)

The aws sdk gives us a lot of power and options. This is a good thing, but can also
be overwhelming. The purpose of this project is to provide a layer on top of the sdk that is:

-   opinionated
-   focused
-   stable

The goal is to change the experience of building with aws. Instead of feeling heavy and complicated, the aim is to make building with aws feel light and simple.

## Installation

You can use aws foundation in your project by npm installing it:

```bash
npm i rise-aws-foundation
```

## Services

-   [How to](./_docs/howto.md)
-   [Cloudformation](./_docs/cloudformation.md)
-   [Cognito](./_docs/cognito.md)
-   [DynamoDB](./_docs/db.md)
-   [Eventbridge](./_docs/eventBridge.md)
-   [Lambda](./_docs/lambda.md)
-   [S3](./_docs/s3.md)

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