MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / setTmp

Function setTmp

javascriptv3/example_code/libs/utils/util-fs.js:39–40  ·  view source on GitHub ↗
(name, data)

Source from the content-addressed store, hash-verified

37};
38
39export const setTmp = (name, data) =>
40 writeFileSync(`./${name}.tmp`, data, { encoding: "utf-8" });
41
42export const handleZipWarning = (resolve) => (w) => {
43 logger.log(w);

Callers 3

storeUserPoolMetaFunction · 0.90
initializeHandlerFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected