Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-doc-sdk-examples
/ log
Function
log
javascriptv3/example_code/dynamodb/scenarios/basic.js:44–44 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
42
const
docClient = DynamoDBDocumentClient.from(client);
43
44
const
log = (msg) => console.log(`[SCENARIO] ${msg}`);
45
46
export
const
main =
async
() => {
47
/**
Callers
1
main
Function · 0.70
Calls
1
log
Method · 0.45
Tested by
no test coverage detected