Closed mavogel closed 1 year ago
Typically that NodejsFunction
would go into your stack under test with the appropriate permissions for ses:SendEmail
. Then in your integration test file you would write assertions in that folder.
This code repo is aligned to our blog example, so we will be keeping this example with the sample application flow.
Hi @phch, would it be an option to extend / update the repo AND the corresponding blog post?
Thank you for the great repo and example code coming with the blog post :)
Is it possible to add an example for a
NodejsFunction
in thefunctions/my-func-handler.ts
with the contentand the
integ.test.ts
file containingThis would be helpful. I found most code in the linked reference.
References