Gareth Parker
Gareth Parker
Hi @thrau. The use-case for this is that we use [`samlocal`](https://github.com/localstack/aws-sam-cli-local) for hosting the main portion of our application locally and only use `localstack` to fill in the gaps where...
At the moment we're hard-coding the URLs for local development since we pass the ARN between stacks in CDK, and we're not using CDK with localstack right now. I am...
Personally I prefer the idea of having `SQS_ENDPOINT_STRATEGY=hostname` as it'll make it easier to upgrade older projects to newer versions of LocalStack. Having a more explicit way of defining that...
It's been a fairly long time, so I don't remember how slow I thought it was to begin with, but I remember that after I changed it to this way...
How do you reproduce this? How to use `esm-ts-node`? Re-open this ticket, I'll try to help
Only run once for me, but debug not working
I know what's wrong. Getting debug message twice is correct with `esm-ts-node`. Only runs once, but debug connects twice. 1. Debug connects to main process 2. `esm-ts-node` creates a child...
How about not using esm-ts-node? When you have debug with esm-ts-node selected, you can instead run `node -r esm -r ts-node/register` directly
Doing a bit of debugging, here's the exception that it's hiding ``` { 'message': 'Task exception was never retrieved', 'exception': TypeError("'NoneType' object is not subscriptable",), 'future': } ```
I'm not a slack admin, but I was able to generate a token no problem. It's not an Authentication failure in my instance because I can see a list of...