You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the index.js exports the deploy function which in its turn requires the aws-sdk.
This creates quite a (unnecessarily) big package to deploy and confuses dependency resolution tools (like Webpack).
Is there a way to just use the handler factory without requiring the aws-sdk?
The text was updated successfully, but these errors were encountered:
erezrokah
changed the title
Is it possible to avoid the aws-sdk dependency
Is it possible to avoid the aws-sdk dependency?
Sep 18, 2019
First, thank you for this great library!
Currently the
index.js
exports thedeploy
function which in its turn requires theaws-sdk
.This creates quite a (unnecessarily) big package to deploy and confuses dependency resolution tools (like Webpack).
Is there a way to just use the handler factory without requiring the
aws-sdk
?The text was updated successfully, but these errors were encountered: