UNPKG

@swarmion/serverless-plugin

Version:

A plugin to safely deploy Serverless microservices.

26 lines (16 loc) 527 B
# @swarmion/serverless-plugin A plugin to safely deploy Serverless microservices. This plugin is part of the [Swarmion](https://www.swarmion.dev) project. See its documentation for more insights. ## Installation ```bash pnpm add --save-dev @swarmion/serverless-plugin ``` or if using yarn ```bash yarn add --dev @swarmion/serverless-plugin ``` or if using npm ```bash npm install --save-dev @swarmion/serverless-plugin ``` Check out [the docs](https://www.swarmion.dev/docs/contracts/serverless-plugin) for more info.