Closed robfe closed 8 years ago
I went into the same issue earlier. From what I know, 2 workarounds:
Not sure there are other better options. I used option 1 above.
aws-sdk should be, according to the docs, provided by lambda anyway. if they stopped doing it, i'll just add aws-sdk to dependencies
I think it still is, but that doesn't help Claudia build the package locally
On 22/09/2016, at 7:24 PM, Gojko Adzic notifications@github.com wrote:
aws-sdk should be, according to the docs, provided by lambda anyway. if they stopped doing it, i'll just add aws-sdk to dependencies
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
@robfe thanks for reporting this, it's fixed now
I guess the fix is to either suggest manually installing the aws-sdk, or add it to packages.json? If it was clear to me which one i could send a PR