Improvements on AWS SES Node (#1029)

*  Improvements

*  Remove unnecessary change
This commit is contained in:
Ricardo Espinoza
2020-10-11 12:34:05 -04:00
committed by GitHub
parent edd2d39fb1
commit 214b2d19ac
6 changed files with 967 additions and 283 deletions

View File

@@ -29,6 +29,8 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
body: signOpts.body,
};
console.log(options);
try {
return await this.helpers.request!(options);
} catch (error) {