KumologicaHQ / kumologica-support

3 stars 0 forks source link

AWS EFS Support for Larger File Ops #22

Closed sparkyrider closed 3 years ago

sparkyrider commented 3 years ago

AWS Supports Mounting an EFS file share to Lambda functions. Adding support for this on Kumologica could enable a lot of larger data workflows than currently supported with the /tmp limits and could help enable larger use of the SFTP node as well as #10 Support for FTP nodes (hopefully a future node).

bjq-dev commented 3 years ago

Mounting of EFS is now possible via kumologica cli. Cli is part of runtime, the easiest way to access it would be to install runtime globally (npm install -g) and then use kl command. Use "kl help" option to see details. This is especially helpful in ci/cd environments.

We are aware that documentation for cli is missing on out website, cli is still under intensive development with many new features being implemented and extended. We will update or documentation site and publish few articles about cli very soon.

sparkyrider commented 3 years ago

Oh, this is awesome news! Thank you so much!