Comparing version 1.2.4 to 1.2.5
export { ResourceController, ResourceControllerOptions } from './resourceController'; | ||
export { DynamoDB } from './dynamoDB'; | ||
export { Cognito } from './cognito'; | ||
export { S3 } from './s3'; | ||
export { S3, SignedURL } from './s3'; | ||
export { SES } from './ses'; | ||
export { SNS } from './sns'; |
{ | ||
"name": "idea-aws", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "AWS wrappers to use in IDEA's back-ends", | ||
@@ -5,0 +5,0 @@ "engines": { |
export { ResourceController, ResourceControllerOptions } from './resourceController'; | ||
export { DynamoDB } from './dynamoDB'; | ||
export { Cognito } from './cognito'; | ||
export { S3 } from './s3'; | ||
export { S3, SignedURL } from './s3'; | ||
export { SES } from './ses'; | ||
export { SNS } from './sns'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3250985