Created
February 8, 2019 08:03
-
-
Save mikhailshilkov/11c3e05b9c7808257a8545eef2167eec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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