Add resource Custom Verification Email to AWS SES (#1405)

*  Add resource Custom Verification Email to AWS SES

*  Minor improvements to AWS SES Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
Ricardo Espinoza
2021-02-07 18:02:10 -05:00
committed by GitHub
parent ba7c35dbf5
commit 894a4b950a
4 changed files with 478 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
headers: signOpts.headers,
method,
uri: endpoint.href,
body: signOpts.body,
body: signOpts.body as string,
};
try {