Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iter-idea/idea-aws

AWS wrappers to use in IDEA's back-ends
https://github.com/iter-idea/idea-aws

aws cognito dynamodb idea lambda s3 ses sns

Last synced: about 2 months ago
JSON representation

AWS wrappers to use in IDEA's back-ends

Awesome Lists containing this project

README

        

# IDEA AWS

AWS wrappers to use in IDEA's back-ends; note: internally we use AWS-SDK _v3_.

## Installation

`npm i idea-aws`

## Usage example

```
import { ResourceController } from 'idea-aws';
```

## Documentation

Documentation generated with TypeDoc: [link](https://iter-idea.github.io/IDEA-AWS).

## Notes

The AWS-SDK (v3) is already pre-installed in every Lambda Function; therefore, the clients are all in `devDependency`.