module growing in size, making use in a AWS function impossible
amdevelopment-world opened this issue · 1 comments
hi, when i updated my lambda function to the very latest version of google-ads-node i could no longer update my lambda function that doesn't use any other dependency because the max size for a lambda function was exceeded
so, i had no choice but to use an older version that will be deprecated before the end of the summer
currently my node_modules take 327mb, when i use the most recent version i go over 400mb,
80 megabytes more for a library that calls web services ?
it would be nice to be able to include just the required functions, or at least group them, campaigns, reporting etc
or, minimise the code in some way ?
is there another way to call the API ? should i make the calls to the webservices using axios instead ?
i see this issue is a duplicate, sorry