This package has been deprecated

Author message:

This package has been deprecated

@ffleet/config

0.9.1 • Public • Published

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

Package Sidebar

Install

npm i @ffleet/config

Weekly Downloads

0

Version

0.9.1

License

ISC

Unpacked Size

12.9 kB

Total Files

8

Last publish

Collaborators

  • mcurcio