MCPcopy 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

42const docClient = DynamoDBDocumentClient.from(client);
43
44const log = (msg) => console.log(`[SCENARIO] ${msg}`);
45
46export const main = async () => {
47 /**

Callers 1

mainFunction · 0.70

Calls 1

logMethod · 0.45

Tested by

no test coverage detected