Eliya Cohen
Eliya Cohen
AWS has introduced a new feature called [EC2 Instance Connect Endpoint](https://aws.amazon.com/blogs/compute/secure-connectivity-from-public-to-private-introducing-ec2-instance-connect-endpoint-june-13-2023/) which appears to make life a bit easier to connect to an EC2 inside a VPC. Does it solve...
While I still think my suggested approach makes a bit more sense, I would advise not going for it since the added value here is not worth the breaking change....
I [created a PR](https://github.com/serverless-stack/sst/pull/2206) a few days ago that should support it.
related https://github.com/tailwindlabs/tailwindcss-intellisense/issues/973
It seems like typescript-eslint now supports ESLint 9 (https://github.com/typescript-eslint/typescript-eslint/issues/8211#issuecomment-2106427365)
Yes ([Stackblitz](https://stackblitz.com/edit/vitejs-vite-c49jjg?file=src%2FTest.tsx)). I had a similar issue where I had to cache signed S3 (AWS) URLs. I ended up doing something (roughly) like: ```ts import { useQuery } from '@tanstack/react-query';...
Correct, since query uses `JSON.stringify` which uses `.toJSON`.
Did you solve it?
Did you find any solution?
Should be fixed once https://github.com/TanStack/query/pull/7419 is merged