display:flex | inline-flex
flex-direction:row | row-reverse | column | column-reverse
default to
row.
flex-wrap:nowrap | wrap | wrap-reverse
| #!/bin/bash | |
| set -ex | |
| PARENT_DIR=$(basename "${PWD%/*}") | |
| CURRENT_DIR="${PWD##*/}" | |
| IMAGE_NAME="$PARENT_DIR/$CURRENT_DIR" | |
| TAG="${1}" | |
| REGISTRY="hub.docker.com" |
display: flex | inline-flexflex-direction: row | row-reverse | column | column-reversedefault to
row.
flex-wrap: nowrap | wrap | wrap-reverse| service: service-name | |
| provider: | |
| name: aws | |
| runtime: nodejs6.10 | |
| functions: | |
| myfunc: | |
| handler: handler.myfunc |