AWS Copilot - deploy/create 一个 https 端点

AWS Copilot - deploy/create a https endpoint instead

我看过几个 aws copilot 教程,例如,https://aws.amazon.com/blogs/containers/developing-an-application-based-on-multiple-microservices-using-the-aws-copilot-and-aws-fargate/

每个示例都会生成一个 http 端点,我需要在 copilot 中做什么才能部署 https 端点?

需要说明的是,我不希望在 route 53 中定义域,只是希望生成的端点为 https。

回答了我自己的问题,查看副驾驶 github 问题部分,目前,https 端点只能通过定义域来实现。 https://github.com/aws/copilot-cli/issues/2071