William Sawyer

Results 4 comments of William Sawyer

Hey @naorpeled, not 100% sure I understand the intended usage, but are you suggesting something like: ``` async getItemA(item: entitySechema): Promise { const { Item } = await this.myEntity.get(item); return...

Hi @naorpeled, thanks for your response. I've tried your suggestion but I still continue to get: `TS2589: Type instantiation is excessively deep and possibly infinite` on `Promise` I've played around...

No worries @naorpeled, thanks for responding, I'll continue to use the existing solution we have and have a look to see if we can utilise v1 when I get a...

We have encountered the same issue recently, and found that the auto scaling policy is created, but seems to be inactive. By modifying the autoscaling policy, simply editing and saving,...