Build lots of serverless functions at once, then archives them so terraform can easily upload them.
- Parallelized
- Cached
- Fast
Configure Kiko in a file called functions.yaml
.
functions:
- path: example/functions/example1
name: example1
- path: example/functions/example2
name: example2
backend:
config:
bucket: kikobackend
key: /
region: eu-central-1
functions:
- path: example/functions/example1
name: example1
- path: example/functions/example2
name: example2