erichaus
erichaus
How have you guys progressed in using pynamo for single-table design? I'm working on a new project and after reading lots of aws documentation, blogs, etc, it's clear that they...
@ricky-sb I've had an aws engineer tell me single table makes m2m hard at scale, but publicly they are recommending single table design: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-general-nosql-design.html#bp-general-nosql-design-concepts `You should maintain as few tables...
@abiro this looks really nice! great work! hm now I want to give it a try... using multi-table atm, def bookmarking, thank you
@bafonso what do you mean by "at hash level"?
@csmcanarney welcome to autobahn! I did end up figuring out how to tie into the auth by looking at source code so what's your question?
Here is my coffeescript code that handles creating the autobahn connection optionally with challenge auth... ``` _getConnection: -> ### Returns a new or existing Autobahn websocket connection. @private @method _getConnection...
@agronholm completely subjective... I'd rather use coffeescript all day everyday than vanilla js
fyi I just hit this exact issue while playing around/learning fastboot. I wanted to simply render a page in my app directly within node w/o setting up express and discovered...
@mansona did you ever figure this out? I'm seeing same thing after updating deps