ekasprzyk

Results 6 issues of ekasprzyk

**Note: for support questions, please use [StackOverflow](https://stackoverflow.com/questions/tagged/node-config) and tag your question with `node-config`**. *This repository's issues are reserved for feature requests and bug reports.* Before submitting a bug report, please...

I was just debugging a call fetching a range of entries based on IDs, fetched using a query e.g: ```json '{"sys.id[IN]": "2GgOhz8Yx7EeRaYJhKLoRH,5fWlp2UCiR9zTQDNeH0sff", "include": 0, "resolveLinks": false, "limit": 1000}' ``` and...

I'm in the process of evaluating this library to work with our RDS/DDB API. Having had some success with TypeORM and RDS Aurora serverless, I'd like to use this library...

documentation
help wanted

We've just tried moving from Serverless Components to SST for the deployment of our disposable branch environments and we're trying to replace that with SST before we think about moving...

We created an entity to hold logs, and want the logs to be accessed via different ways, all sortable by timestamp: ``` @Entity({ name: 'group-rule-log', primaryKey: { partitionKey: '{{userId}}', sortKey:...

Over on SST Ion we posted this issue: https://github.com/sst/ion/issues/861 > We've just tried moving from Serverless Components to SST for the deployment of our disposable branch environments and we're trying...