Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-lambda-developer-guide
/ serialize
Function
serialize
sample-apps/blank-nodejs/function/index.js:25–27 ·
view source on GitHub ↗
(object)
Source
from the content-addressed store, hash-verified
23
};
24
25
var
serialize =
function
(object) {
26
return
JSON.stringify(object, null, 2);
27
};
Callers
1
index.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected