Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 998 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 998 Bytes

Functionly examples

Functionly configuration

The functionly.json contains the default configuration of the CLI, just create this file in the project root.

example:

{
    "awsRegion": "us-east-1",
    "main": "./src/index.js",
    "deployTarget": "aws",
    "localPort": 3000,
    "stage": "dev",
    "watch": true,
    "compile": "babel-loader"
}

Javascript

Typescript