NPM module - izara-shared: Difference between revisions
Jump to navigation
Jump to search
(Created page with "= Overview = Shared libraries") |
|||
Line 2: | Line 2: | ||
Shared libraries | Shared libraries | ||
= dynamodbSharedLib = | |||
Helper functions for interacting with DynamoDB resources. | |||
== dynamodbSharedLib.createStringSet == | |||
<syntaxhighlight lang="JavaScript"> | |||
/** | |||
* Creates a string set element for use with documentClient | |||
* @param {string[]} stringSet | |||
* | |||
* @returns {string} String formatted as a string set for Dynamo | |||
*/ | |||
</syntaxhighlight> |
Revision as of 11:01, 30 January 2021
Overview
Shared libraries
Helper functions for interacting with DynamoDB resources.
/**
* Creates a string set element for use with documentClient
* @param {string[]} stringSet
*
* @returns {string} String formatted as a string set for Dynamo
*/