From 61e0aa150c3c3edc02a92e3d052e470f99c117de Mon Sep 17 00:00:00 2001 From: "Hsing-Yu (David) Chen" Date: Mon, 17 Apr 2023 11:35:16 -0700 Subject: [PATCH] env needs to be deployed before svc can be deployed Signed-off-by: Hsing-Yu (David) Chen --- content/microservices/frontend/tabs/copilot.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/microservices/frontend/tabs/copilot.md b/content/microservices/frontend/tabs/copilot.md index b64a890..caa4154 100644 --- a/content/microservices/frontend/tabs/copilot.md +++ b/content/microservices/frontend/tabs/copilot.md @@ -59,6 +59,7 @@ Run the following command to get started: ```bash copilot env init --name test --profile default --default-config +copilot env deploy --name test ``` This part will take a few minutes because of all of the resources that are being created. This is not an action you run every time you deploy your service, it's just the one time to get your environment up and running.