SES node.

This commit is contained in:
Ricardo Espinoza
2020-02-07 16:40:32 -05:00
parent e742c8695b
commit 03c1b0542d
4 changed files with 348 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
try {
return await this.helpers.request!(options);
} catch (error) {
console.error(error);
//console.error(error);
const errorMessage = error.response.body.message || error.response.body.Message;
if (error.statusCode === 403) {