Created
February 2, 2018 23:16
-
-
Save brianleroux/6e16d3043cdce5ec6acf6a4351418955 to your computer and use it in GitHub Desktop.
magic dynamodb data access layer client using @architect/data within src/shared
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
var path = require('path') | |
var arc = require('@architect/data') | |
var arcPath = path.join(__dirname, '..', '.arc') | |
module.exports = arc(arcPath) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment