0.9.1 • Published 6 years ago

@ffleet/config v0.9.1

Weekly downloads
8
License
ISC
Repository
-
Last release
6 years ago

Fleet Config

Flexible Serverless Configuration

This package provides the configuration infrastructure used by the Functional Fleet Serverless Platform.

Format

The configuration can be specified in YAML (or YAML compatible JSON) and will be validated against the JSON schema in the project root. Example configurations can be viewed in the tests directory.

version: 1.0
service: <service ID>

role: <AWS IAM role>
runtime: nodejs6.10
timeout: 10
memory: 512

http:
    static: ./my-static-site-path
0.9.1

6 years ago

0.9.0

6 years ago

0.8.1

6 years ago

0.7.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago