lesimoes / sqs-huge-message

A service to send and receive huge (and not huge) payload to SQS with Lambda.
Apache License 2.0
2 stars 1 forks source link

Issue 1: fix import problem by updating main value in package.json #2

Closed waringr closed 3 years ago

waringr commented 3 years ago

Fixes the import problem caused by an incorrect main value in the package json. Initial problem: initial-error

Fixed problem: fixed-error

To test, I used npm link to link in my local copy instead of the one I installed from npm which got rid of the error as expected. I've also bumped the version number by a patch.