Justen Falk

Results 4 issues of Justen Falk

When attempting to decrypt I get the error in the title ``` const slscrypt = require('slscrypt'); slscrypt.get($SECRET_NAME); ```

This error happens when I attempt to encrypt. The alias for my KMS is PhotoboothConn ``` service: userApi provider: ... plugins: - serverless-crypt custom: - cryptKeyId: ${env:PhotoboothConn} functions: ... ```...

### Describe the bug I'm building an Astro project and instead of wrapping the app with the QueryClientProvider and tsr.ReactQueryProvider, I've been supplying a custom query client as the 2nd...

bug
needs investigation

I'm making this change so that I can support creating multiple route files and keep them typed. The AppRouteImplementation is already being [exported in the @ts-rest/express package](https://github.com/ts-rest/ts-rest/blob/fee9fbf348cce38b83e2450d5ac0b033dd13abd1/libs/ts-rest/express/src/lib/types.ts#L38-L43) so this is...