functions-library icon indicating copy to clipboard operation
functions-library copied to clipboard

Function Idea: Personas Lite

Open calvinfo opened this issue 5 years ago • 0 comments

Since we already package the aws SDK into the runtime for customcode, I'm thinking we could build a really simple 'personas lite' profile viewer over it. The whole thing could be entirely serverless, and cost you practically nothing.

I'm imagining we could:

  • make calls to dynamo on behalf of a scoped IAM user
  • write new identify calls to dynamo
  • visualize those users via some external serverless app

calvinfo avatar Jun 13 '19 06:06 calvinfo