gj
gj
This is an external tracking issue to: - Gauge interest from the community for this feature. - Learn about what you'd want to see out of it if we worked...
Any thought to using a speedier JSON stringifier than the native `JSON.stringify()`? E.g.: [fast-stable-stringify](https://github.com/nickyout/fast-stable-stringify), [fast-json-stable-stringify](https://github.com/epoberezkin/fast-json-stable-stringify), or [fast-json-stringify](https://github.com/fastify/fast-json-stringify)?
Per [the AWS docs](https://docs.aws.amazon.com/cli/latest/reference/ecs/update-service.html), it should be fine to update the `desiredCount` on a Fargate service that uses the `CODE_DEPLOY` deployment controller: > For services using the blue/green (`CODE_DEPLOY`) deployment...
## Hello! - Vote on this issue by adding a ๐ reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Weโre planning the next major version of the open source library, and we want to work with you! We have big things in store. If you're interested in providing feedback...
### What is the issue? Connecting my iPhone to my MBP causes the MBP to lose internet connectivity. Both phone and laptop are running TS and using Mullvad VPN exit...
### Code ```ts export const rootService = new awsx.ecs.FargateService( rootServiceName, rootServiceArgs, { customTimeouts: { create: '30m', update: '30m', delete: '30m', }, ignoreChanges: ['loadBalancers', 'taskDefinition'], } ); ``` NOTE: I've also...
### Community Note * Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...