Hexaville icon indicating copy to clipboard operation
Hexaville copied to clipboard

The modern serverless web application engine and framework for Swift

Results 12 Hexaville issues
Sort by recently updated
recently updated
newest added

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...

enhancement

## progress * [x] stage 1 * [ ] stage 2 * [ ] stage 3 ## Stage Descrption * stage 1: Prepare connection pooling mechanism * stage 2: Auto...

enhancement

```sh hexaville deploy --dockerfile /path/to/Dockerfile ```

enhancement

# 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.