Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
50
var
serialize =
function
(object) {
51
return
JSON.stringify(object, null, 2)
52
}
Callers
1
handler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected