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: 26 days 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T09:14:45.000Z (about 2 months ago)
- Last Synced: 2025-04-28T15:14:25.815Z (about 1 month ago)
- Topics: aws, cognito, dynamodb, idea, lambda, s3, ses, sns
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/idea-aws
- Size: 3.95 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`.