Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
export
const
setTmp = (name, data) =>
40
writeFileSync(`./${name}.tmp`, data, { encoding:
"utf-8"
});
41
42
export
const
handleZipWarning = (resolve) => (w) => {
43
logger.log(w);
Callers
3
storeUserPoolMeta
Function · 0.90
initializeHandler
Function · 0.90
util-csv.unit.test.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected