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
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
When I try to import truffle-hdwallet-provider on AWS Lambda, the process hangs.
Example:
import fs from 'fs';
import path from 'path';
import Web3 from 'web3';
console.log('contract initialization1');
import HDWalletProvider from 'truffle-hdwallet-provider';
console.log('contract initialization2');
contract initialization1 gets printed while contract initialization2 not.
Locally it works ok.
I tried changing timeout time and other parameters on AWS, but nothing solved the problem so I'm pretty sure the problem is related to the package itself.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I try to import truffle-hdwallet-provider on AWS Lambda, the process hangs.
Example:
contract initialization1
gets printed whilecontract initialization2
not.Locally it works ok.
I tried changing timeout time and other parameters on AWS, but nothing solved the problem so I'm pretty sure the problem is related to the package itself.
Any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: