serverless-remove-default-form-requesttemplate-plugin

1.0.1 • Public • Published

serverless-remove-default-form-requesttemplate-plugin

npm license downloads codecov Build Status

A serverless plugin to remove all occurences of application/x-www-form-urlencoded request templates that are automagically added by serverless. The reason to remove this is to enforce API clients to use the application/json, which then can leverage JSON schema validation.

Usage

Install

$ yarn add serverless-remove-default-form-requesttemplate-plugin
$ npm install serverless-remove-default-form-requesttemplate-plugin

Configuration

plugins:
  - serverless-remove-default-form-requesttemplate-plugin

License

Feel free to use the code, it's released using the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i serverless-remove-default-form-requesttemplate-plugin

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

56.7 kB

Total Files

15

Last publish

Collaborators

  • renevolution