@nodeboot/starter-aws
Version:
Node-Boot starter package for AWS services
10 lines • 329 B
TypeScript
/**
* Decorator to enable AWS service configurations.
*
* This decorator automatically initializes configurations for AWS DynamoDB, S3,
* Secrets Manager, and SQS clients.
*
* @returns {ClassDecorator} The decorator function.
*/
export declare const EnableAws: () => ClassDecorator;
//# sourceMappingURL=EnableAws.d.ts.map