MCPcopy Index your code
hub / github.com/awsdocs/aws-lambda-developer-guide / serialize

Function serialize

sample-apps/nodejs-apig/function/index.mjs:50–52  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

48}
49
50var serialize = function(object) {
51 return JSON.stringify(object, null, 2)
52}

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected