Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awsdocs/aws-doc-sdk-examples
/ getHtml
Function
getHtml
javascript/example_code/s3/s3_PhotoViewer.js:35–37 ·
view source on GitHub ↗
(template)
Source
from the content-addressed store, hash-verified
33
34
// A utility function to create HTML.
35
function
getHtml(template) {
36
return
template.join(
"\n"
);
37
}
38
// snippet-end:[s3.JavaScript.s3_PhotoViewer.config]
39
40
//
Callers
4
listAlbums
Function · 0.85
viewAlbum
Function · 0.85
listAlbums
Function · 0.85
viewAlbum
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected