amplify-graphql-seed-plugin
amplify-graphql-seed-plugin copied to clipboard
How to add a new npm module to the plugin
I have installed the plugin to seed my data. However, my data requires a uuid to be generated . I have uuid installed in my lambda layer function. But I am not sure how to make use of the npm module inside my seed-data.js file. I searched in Google to figure out an answer to this but couldn't find one, hence raising it here.
Thanks.