JD
JD
This is an issue to get feedback from the community on the removal of the composite keys functionality in favour of always using `default`. @jeremydaly has mentioned in a number...
### The problem I'm intermittently getting an `Invalid Entity` error when querying my table for a specific entity. ### The specifics When I run my code offline using dynamodb local...
Do you have any plans to implement being able to read the access token from a http only cookie? Many people are now suggesting storing access tokens in http only...
I would like to include all my files and images (assets) in my build directory. Is there a way to download these from the CDN on build and include them...
When I set `external` in the serverless.yml options to be the name of two node modules (which exist) I get the following error: `ENOENT: no such file or directory, lstat...
I don't know if this is the right place for this - the error looks like it's in platform-client - but that is a private repo. I get this intermittent...
How do you connect an inspector (e.g. VS code or Chrome dev tools) to functions running in sandbox? I can't find anything in the docs and the normal method (connect...
Thanks for your great plugin - saves us a lot of time and effort getting things up and running. Lots of projects use [typescript metadata](https://www.typescriptlang.org/docs/handbook/decorators.html) (e.g. tsyringe, typestack, typegoose ......
Hi @merlos. Thank you for the great library. I have a couple of use cases where I want to show the previous overzoomed level while waiting for the next level...
This code adds a MongoDB provider for roles and permissions. It uses mongoose ODM to provide access to a MongoDB server. Instructions included in the README file.