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
Please be kind enough to add a proper documentation to your npm module,
I have seen some specified terms like AWS.config.update({ region: 'eu-west-1' }); .
It is better to pass an options.json to your module while it get handled in client side. Which will be containing region, credentials, etc.
Also it is better to re-write with this native JS, or use webpack at least.
Add examples on manipulation of your module in client side.
Please be kind enough to add a proper documentation to your npm module,
I have seen some specified terms like
AWS.config.update({ region: 'eu-west-1' });
.It is better to pass an options.json to your module while it get handled in client side. Which will be containing region, credentials, etc.
Also it is better to re-write with this native JS, or use webpack at least.
Add examples on manipulation of your module in client side.
Follow this creating npm packages
The text was updated successfully, but these errors were encountered: