aws-cdk-ses-domain-identity
aws-cdk-ses-domain-identity copied to clipboard
Refactor to AWS SDK v3
Closes #83
Apparently the refactor wasn't as big as I had thought, all tests pass except verifier.test.ts
as it stubs sdk v2 methods and ~~I haven't yet studied how testing works with v3~~ I'm working on it.
There's also the API for waiting that has changed, which needs to be tested that it works (and if the parameters need changing).
I also haven't formatted the code yet.