mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
This is still a WIP. Runt he plugin inside a serverless service with "serverless compile functions".
9 lines
319 B
Markdown
9 lines
319 B
Markdown
# AWS compile functions to resources
|
|
Reads the `serverless.yaml` file and compiles the contained functions to corresponding CloudFormation stacks.
|
|
|
|
## Setup
|
|
Run `npm install` to install all dependencies.
|
|
|
|
## Tests
|
|
Tests live inside the `tests` directory. Run `npm test` inside the root of this plugin to run the tests.
|