Join Slack
Powered by
If I want to include aws-sdk in my bundle to be su...
# sst
r
Ross Coundon
11/19/2021, 10:44 PM
If I want to include aws-sdk in my bundle to be sure of the version, is it a case of specifying
externalModules
in the bundle and omitting aws-sdk?
f
Frank
11/19/2021, 11:32 PM
if you want to include it, specify it in
nodeModules
.
Frank
11/19/2021, 11:33 PM
The lambda package will then have a
nodeModules
folder in there with
aws-sdk
r
Ross Coundon
11/19/2021, 11:35 PM
Makes sense, thanks
Open in Slack
Previous
Next