Skip to content

mathisve/Kiko

Repository files navigation

build Go Report Card

Kiko

Build lots of serverless functions at once, then archives them so terraform can easily upload them.

Features:

  • Parallelized
  • Cached
  • Fast

Usage

Configure Kiko in a file called functions.yaml.

Simple

functions:
- path: example/functions/example1
  name: example1
- path: example/functions/example2
  name: example2

S3 Backend

backend:
  config:
    bucket: kikobackend
    key: /
    region: eu-central-1

functions:
  - path: example/functions/example1
    name: example1
  - path: example/functions/example2
    name: example2

About

Build lots of serverless functions at once

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages