Mick Lawitzke
Mick Lawitzke
@fknop could you merge or close?
Just for the record: It might be a good or even better idea to just spawn the same next.js app multiple times and let iptables linux kernel module or Nginx...
It would be awesome if there would be a dropdown to select a secondary index: @taydy thanks for that! Since I am already using Docker compose I replaced dynamodb-admin with...
I wonder how this slipped through the tests
I didnt know it could work like this, too. I never liked how indexes are defined in Dynamoose. The syntax is very loose and allows for couple of ways defining...
I can confirm the above example works like so: ``` const userSchema = new dynamoose.Schema({ id: { hashKey: true, type: String, }, name: { type: String, rangeKey: true, }, email:...
I just wanted to make the exact same pull-request. You might add changes to `README.md`, too. Nearly one year later, why is it not merged? There is no reason for...
@ocombe please accept
Seems like this is no more maintained @ihadeed ... Can we just switch to https://github.com/jemys89/ngx-facebook ? @jemys89 could you open the issue tracker and release your fork to npm?
Thanks for the info! Personally I ended up using [Dynamoose](https://github.com/dynamoose/dynamoose) but the TypeScript support had a lot of errors and I didnt like the syntax that much (its close to...