Test: 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

    • curprev 04:2504:25, 19 October 2023Praew talk contribs 2,381 bytes +2,381 Created page with "= Test = == initialSetup lambda == set one time after deploy service to AWS * go to AWS server => Lambda * choose InitialSetup lambda * Test => Test event => Event JSON <syntaxhighlight lang="JSON"> { } </syntaxhighlight> see output in CloudWatch == Test: API Handler == * go to AWS server => Lambda * choose your lambda ex: CreateProduct_HdrApi * Test => Test event => Event JSON <syntaxhighlight lang="JSON"> { "type": "Clothes", "name": "Dream" } </syntaxhighli..."