Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iter-idea/idea-aws
- Owner: iter-idea
- License: mpl-2.0
- Created: 2018-08-01T08:18:42.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T12:27:50.000Z (2 months ago)
- Last Synced: 2024-11-07T09:06:58.918Z (2 months ago)
- Topics: aws, cognito, dynamodb, idea, lambda, s3, ses, sns
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/idea-aws
- Size: 3.66 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.