1.2.1 • Published 5 years ago

lasyde v1.2.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Lasyde

:warning: Work in progress Simple CLI to package and tag a lambda function.

Installation

npm i lasyde -g

How to use

In your Lambda folder, add a config file:

//lasyde.config.json
{
    "<some-name>": {
      "src": "<path-to-code-folder>",
      "key": "<some-s3-key>",
      "file": "file.zip",
      "functionName": "<function-name>",
      "aliases": {
        "dev": "$LATEST",
        "prod": "<some-version>",
        "other-alias": "fixed@update"
      },
      "bucket": "<your-bucket>",
      // Optional
      "prune": <int>
  }
}

Then, in the folder, run the following command:

lasyde deploy --target <some-name> --alias <your-alias>

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago