isotoma / ses-smtp-credentials-cdk

Generate SMTPCredentials for sending mail via SES
Apache License 2.0
7 stars 2 forks source link

Fix for esbuild changes in nodejsfunction #5

Closed plumdog closed 3 years ago

plumdog commented 3 years ago

CDK changed to remove projectRoot, see https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md#1750-2020-11-24

This was the only way I could think of to paper over that crack. Perhaps there is a more elegant way, but I couldn't think of it.