All public logs

Jump to navigation Jump to search

Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:34, 17 October 2023 Praew talk contribs created page API Hdr (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...")