Public
Script
1
2
3
4
5
6
7
8
9
10
11
12
import build from "https://esm.sh/build";
const ret = await build({
dependencies: {
"@aws-sdk/client-dynamodb": "^3.587.0",
},
source: `
/* @jsx h */
export * as ddb from "@aws-sdk/client-dynamodb";
`,
// for types checking and LSP completion
});
const ddb = await import(ret.url);
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
May 30, 2024