• Pricing
© 2026 Serverless, Inc. All rights reserved.

Framework

  • Overview
  • Documentation
  • Plugins360
  • Pricing

Learn

  • Blog
  • GuidesUpdated
  • Examples240
  • Courses

Resources

  • Support
  • Security
  • Trust Center
  • Status

Community

  • Slack
  • GitHub47k
  • Forum
  • Meetups

Company

  • About
  • Careers
  • Contact
  • Partners

Legal

  • Terms of Service
  • Privacy Policy
  • Trademark
  • DMCA
icarus-sullivan

Serverless Plugin Utils

by

A collection of serverless framework utilities

2.0m
15
  1. Serverless Plugin Utils

serverless-plugin-utils

Downloads Version License

A collection of serverless framework utilities

Installation

npm install -D serverless-plugin-utils 
# or 
yarn add -D serverless-plugin-utils

Usage

Add the serverless-plugin-utils entry to the plugins section of your serverless file.

plugins:
 - serverless-plugin-utils

Utility Usage

FunctionDescription
lowerConverts a string to its lowercase representation
upperConverts a string to its uppercase representation
ternaryPerforms equality check and returns a defined result
joinJoins a collection of values with a given delimiter
splitSplits a string value on a given delimiter
switchPerforms switch-statement lookups
capitalizeConverts a string to its Titlecase representation

Contents

  • serverless-plugin-utils
  • Installation
  • Usage
  • Utility Usage

Related

GuidesPluginsExamplesSlack CommunitySupport