* fnctl: improve help on how to configure remote server
Partially addresses #241
* fnctl: HOST/FNCTL_HOST -> API_URL
* fnctl: improve help on how to configure remote server
* moving documentation around to be more clear and easier to browse
- moved assets into their own directory and updated links to them
- moved operating docs into their own directory
- consolidated kubernetes docs
- added docker-swarm folder for docs
- updated docs layout in docs/README.md to reflect the changes and make it easier to read
* docs: s/Operating Functions/Operating IronFunctions/
* docs: removing duplicate database link
* docs: moving databases into general docs
* docs: moving databases/mqs back
* docs: removing memory.md (duplicate of operating/routes.md)
* docs: converting to markdown bullets
* adding instructions on how to test in docker for CONTRIBUTING.md
* fixing small grammatical issues
* adding documentation about how to run tests native
* all the sh!
* More doc updates, explanation of serverless.
* Moved howto directory to examples and some minor doc updates.
* Added apps and routes docs.
* Fixes for Carlos' comments.
* Added bit about importing lambda functions.
* Add import documentation
* minor fix
* Add lambda introductions in the docs
* Add lambda test-function docs
* Add getting-started
* Added lambda docs for create-function
* fixes suggested by @ccirello
* Add lamba environment documentation
* quick fixes
* use 3 ticks and language for docs
* use 3 ticks and language
* Add missing lambda README.md
* link to iron/node in the envirtonment.md
* fix getting-started.md
* notate bash commands
* minor cleanup
* minor cleanup
* minor cleanup
* minor cleanup
* minor cleanup
* fnctl/docs: fix formatting in create.md
* Fix logic of aws-import
* minor cleanup
* minor cleanup
* Get rid of flags for mandatory fields on create-function sub-command
* Convert aws-import mandatory flags to arguments and clean up waste
* clean up usage strings for lambda command
* get rid of uneeded struct lambdaCmd
* cleanup empty lines
* fnctl lambda now creates the dockerfiles instead of images
* fnctl: remove build steps
* fnctl: overall refactor
Not complete yet, some improvements:
1 - integrate part of the lambda code into lambda.go
2 - reorganize functions to facility code browsing
3 - improves per-runtime handling (namely java8)