bryantcj52

Results 4 comments of bryantcj52

We also need this for fargate tasks behind an AWS NAT gateway for requests that take longer than 5 minutes: https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-troubleshooting.html#nat-gateway-troubleshooting-timeout

After #10485, I was able to override the webpack plugin config to work around this issue: ``` const ModuleFederationPlugin = require("webpack/lib/container/ModuleFederationPlugin"); const { withModuleFederation } = require('@nrwl/react/module-federation'); const baseConfig =...

@rohkat-aws I've only tested with 1458.

@rohkat-aws https://www.dropbox.com/s/7u8zo64nedqp5n8/test-app.zip?dl=1 Here's a small example of the directory structure and sym links.