node-geo-tz
node-geo-tz copied to clipboard
Is it possible to install a small package?
I'm using a lambda function and I need to upload node_modules in a layer. Is it possible to install a small version of the package that uses only geo-tz/now ? thanks
Or maybe one that uses a lite approximation like the one for Go has?
One option might be to install, remove directories/files that are not used and then build/copy the layer?
Also there's https://github.com/ringsaturn/tzf-wasm which is based on the Rust version of tzf, found via the readme linked in last comment