Hexaville
Hexaville copied to clipboard
The modern serverless web application engine and framework for Swift
End of Life date of `Ubuntu 14.04 LTS`(We are using) is April 2019😱 https://wiki.ubuntu.com/Releases
``` hexaville destroy hexaville destroy --hexavillefile ./Hexavilefile.yml ```
Currently Hexaville's application(ELF) is executed as a subprocess of Node.js(child_process.spawn) in Lambda. It would be good if I make Hexaville's application as static or dynamic library for Linux and exports...
## progress * [x] stage 1 * [ ] stage 2 * [ ] stage 3 ## Stage Descrption * stage 1: Prepare connection pooling mechanism * stage 2: Auto...
# Agenda When calling `$ Hexaville generate --dest ` with non-exist destination path, it creates the path. I think it should raise an error rather than create create directories.