tradle / lambda-plugins

Loader for additional npm packages based on configuration in lamdba function.
MIT License
0 stars 0 forks source link

Remove s3 downloads after installation #8

Open martinheidegger opened 2 years ago

martinheidegger commented 2 years ago

Currently the s3 installation process downloads files from s3 into the /tmp folder. These files are not necessary after the installation process and could/should be deleted. Deletion may delay the warmup a little longer but lambdas are storage limited and it may become a problem later on if the lamba is on the limit of the available storage.