Hi, I was looking for a way to automatically validate if my handler code is valid for CloudFront Functions.
We had issues on our stage environment due to an import from node:crypto.
I tried the plugin but the import went through without failing the build or transforming the import.
Would it be possible to have the plugin check for this?
Hi, I was looking for a way to automatically validate if my handler code is valid for CloudFront Functions.
We had issues on our stage environment due to an import from
node:crypto.I tried the plugin but the import went through without failing the build or transforming the import.
Would it be possible to have the plugin check for this?