API Hdr: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 October 2023

17 October 2023

  • curprev 08:3408:34, 17 October 2023Praew talk contribs 5,072 bytes +5,072 Created page with "= Example API Handler = step for create lambdaFunction and Api handler === in app/src === * add lambda, copy LambdaFunction.js and change name. ex. CreateProduct_Main.js <syntaxhighlight lang="JavaScript"> Example: 'use strict'; const izaraSharedLib = require('@izara_project/izara-shared'); const dynamodbSharedLib = izaraSharedLib.dynamodbSharedLib; const hash = require('object-hash'); //* require more module that you use /** * description of function. * @para..."