Closed asadmoosa closed 4 years ago
Hi @asadmoosa,
The entire library is about 40KB including the README file. I'm not sure where the 200MBs is coming from. The library does require the AWS-SDK, but that should be packaged separately within your project.
Jeremy
Jeremy,
Thank you for your response. That is very strange. Before installing npm i data-api-client, the total file for the project is about 30kb, and after running npm i data-api-client, the total project size goes up around 150 mb (node_modules folder alone 148 mb).
I researched and found nothing. :(
Asad
On Tue, Aug 27, 2019 at 10:21 AM Jeremy Daly notifications@github.com wrote:
Hi @asadmoosa https://github.com/asadmoosa,
The entire library is about 40KB including the README file. I'm not sure where the 200MBs is coming from. The library does require the AWS-SDK, but that should be packaged separately within your project.
Jeremy
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/jeremydaly/data-api-client/issues/16?email_source=notifications&email_token=AAB5IX745EMQ6SEFOTMRT23QGVBBBA5CNFSM4IQFV4RKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5IDVSA#issuecomment-525351624, or mute the thread https://github.com/notifications/unsubscribe-auth/AAB5IX7AO3VA4Y2FA6T2M3TQGVBBBANCNFSM4IQFV4RA .
I researched on why cloudformation didn't accept over 200mb but that is their rule. So I figured out why the project has over 200 mb and found out that the data-api-client has very high file size. How could you deploy without getting the file oversize issue? I couldnt delete the node_module because of data-api-client. Please help.