serverless-apib-validator

1.2.0Β β€’Β PublicΒ β€’Β Published

serverless-apib-validator

πŸ“˜ Validate that an API Blueprint has full coverage over a Serverless config

Before deploying, this Serverless plugin will parse an API blueprint from the config and validate that every lambda function with an HTTP event is documented.

Installation

npm i serverless-apib-validator --save-dev

Usage

server: your-service

plugins:
  - serverless-apib-validator

functions:
  # Your functions here

custom:
  apibValidator:
    blueprintFile: '../my-docs.apib' # Defaults to apiary.apib
    basePath: '/your-service' # If you have many microservices in directories, you can define a prefix such as /your-service

To validate during development, run sls validate to check your blueprint's syntax and coverage. You can set this up as a pre-commit hook to prevent invalid blueprints being committed and deployed.

Before a deployment package is built, the validation is run and will stop a deployment if the API blueprint is not at 100% coverage.

Readme

Keywords

none

Package Sidebar

Install

npm i serverless-apib-validator

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

8 kB

Total Files

4

Last publish

Collaborators

  • danbovey