Skip to content

Instantly share code, notes, and snippets.

@mikhailshilkov
Created February 8, 2019 08:03
Show Gist options
  • Save mikhailshilkov/11c3e05b9c7808257a8545eef2167eec to your computer and use it in GitHub Desktop.
Save mikhailshilkov/11c3e05b9c7808257a8545eef2167eec to your computer and use it in GitHub Desktop.
import { Lambda } from "./lambda";
const func = new Lambda("lambda-get", {
path: "./app",
file: "read",
environment: {
"COUNTER_TABLE": counterTable.name
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment