idea-aws
v4.4.13
Published
AWS wrappers to use in IDEA's back-ends
Downloads
513
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.
Notes
The AWS-SDK (v3) is already pre-installed in every Lambda Function; therefore, the clients are all in devDependency
.