Skip to content

icarus-sullivan/serverless-plugin-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Function Description
lower Converts a string to its lowercase representation
upper Converts a string to its uppercase representation
ternary Performs equality check and returns a defined result
join Joins a collection of values with a given delimiter
split Splits a string value on a given delimiter
switch Performs switch-statement lookups
capitalize Converts a string to its Titlecase representation

About

A small collection of utilities for use in the serverless framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published