aws-cdk-ses-domain-identity icon indicating copy to clipboard operation
aws-cdk-ses-domain-identity copied to clipboard

Constructs for provisioning and referencing domain identities which can be used in SES RuleSets and Actions Construct.

Results 6 aws-cdk-ses-domain-identity issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

Hey there, after waiting for the DKIM verification for quite some time, the Lambdas times out. After that, CloudFormation tries calling the Lambda again, the Lambda tries settings entries it...

Unfortunately you can't just move dependencies from dev -> prod because the lambda build uses tsc, which does not bundle dependencies. Instead, I used `tsup` to generate the `dist/index.js` file...

As you are probably aware, AWS SDK v2 is not included in the latest Node runtimes. From what I see, the lambda code is still using the v2 version instead...

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...