Omi

Results 7 comments of Omi

For that use use, I setup the the sk attribute to: ```js sk: { sortKey: true, hidden: true, type: 'string', default: '_self', transform: () => '_self', }, ``` And then...

Yeah I've been meaning to create a PR compiling these sorts of tricks for the docs, hopefully in the next couple of weeks

Maybe the right solution here is better docs instead of more code. Add a recipes section that lists out common tasks like this and how they're implemented with this library....

Hi is this being worked on?

Hey @zslayton We're using QLDB in a typescript/lambda (node v14) environment. We use [SST](https://serverless-stack.com/) (framework on top of CDK), which uses esbuild for transpilation & bundling, and use [`@swc/jest`](https://github.com/swc-project/jest) for...

It would also be cool to give a list of instance types to increase the pool of eligible servers. To be honest AWS should build that in to `runInstance`

Ah ok. Tbh we'll probably move to Fargate runners eventually, EC2 was just the easiest to get running. Would much rather use a Dockerfile than EC2 Image Builder.