Closed tomgco closed 8 years ago
@@ master #30 diff @@
===================================
Files 1 1
Lines 76 76
Methods 0 0
Branches 0 0
===================================
Hits 76 76
Misses 0 0
Partials 0 0
Powered by Codecov. Last updated by c7d55f5...8d17cf8
@tomgco the aws-sdk
is available in every lambda. see: "Available Libraries" : http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html
(so we should not need to bundle it with our lambdas...)
@tomgco the aws-sdk is available in every lambda. see: "Available Libraries" : http://docs.aws.amazon.com/lambda/latest/dg/current-supported-versions.html (so we should not need to bundle it with our lambdas...)
Hmm, ok. I now understand why it is listed as a development library, although still seems a bit too magical to me. I will close this anyway as it is the Lambda way of doing it, it seems.
Yeah, its just something that "always available" at the container level ... go with it. 😉 (strictly speaking we should list all our Prod dependencies explicitly, I agree 100%)
aws-sdk
should be listed as a production dependency instead of a development dependency.