pahud commented on a change in pull request #2682: URL: https://github.com/apache/apisix/pull/2682#discussion_r520295949
########## File path: doc/README.md ########## @@ -101,8 +100,6 @@ The recommended approach is to deploy APISIX with [AWS CDK](https://aws.amazon.com/cdk/) on [AWS Fargate](https://aws.amazon.com/fargate/) which helps you decouple the APISIX layer and the upstream layer on top of a fully-managed and secure serverless container compute environment with autoscaling capabilities. -See [this guide](https://github.com/pahud/cdk-samples/blob/master/typescript/apisix/README.md) by [Pahud Hsieh](https://github.com/pahud) and learn how to provision the recommended architecture 100% in AWS CDK. Review comment: In the long term, it would be great to provide a `cdk-apisix` CDK construct library and user experience would be like ```ts import * as apisix from 'cdk-apisix'; const workload = new apisix.Workload(); ``` And everything a standard APISIX workload on AWS will be immediately provisioned. However, at this moment, I personally prefer we ship the document as is and remove unnecessary paragraphs. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
