From 0548b4151c0d3eff8e1c39eed6868947f76a336c Mon Sep 17 00:00:00 2001 From: Jay V Date: Fri, 10 Mar 2023 15:34:28 -0500 Subject: [PATCH] Fixing unicode --- _chapters/add-an-api-to-create-a-note.md | 2 +- _chapters/add-an-api-to-delete-a-note.md | 2 +- _chapters/add-an-api-to-get-a-note.md | 2 +- _chapters/add-an-api-to-handle-billing.md | 2 +- _chapters/add-an-api-to-list-all-the-notes.md | 2 +- _chapters/add-an-api-to-update-a-note.md | 2 +- _chapters/adding-auth-to-our-serverless-app.md | 2 +- _chapters/create-a-dynamodb-table-in-sst.md | 2 +- _chapters/create-a-hello-world-api.md | 4 ++-- _chapters/create-a-new-reactjs-app.md | 2 +- _chapters/create-an-s3-bucket-in-sst.md | 2 +- .../custom-domains-for-react-apps-on-aws.md | 2 +- _chapters/custom-domains-in-serverless-apis.md | 2 +- _chapters/handling-secrets-in-sst.md | 2 +- ...ow-to-create-a-vuejs-app-with-serverless.md | 18 +++++++++--------- _posts/2023-02-27-sst-v2.md | 4 ++-- 16 files changed, 26 insertions(+), 26 deletions(-) diff --git a/_chapters/add-an-api-to-create-a-note.md b/_chapters/add-an-api-to-create-a-note.md index 11f0b8c71..b469fa27d 100644 --- a/_chapters/add-an-api-to-create-a-note.md +++ b/_chapters/add-an-api-to-create-a-note.md @@ -154,7 +154,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the new API stack has been deployed. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/add-an-api-to-delete-a-note.md b/_chapters/add-an-api-to-delete-a-note.md index 17c224b7a..7be9deb6d 100644 --- a/_chapters/add-an-api-to-delete-a-note.md +++ b/_chapters/add-an-api-to-delete-a-note.md @@ -56,7 +56,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the API stack is being updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/add-an-api-to-get-a-note.md b/_chapters/add-an-api-to-get-a-note.md index ec35046e7..60f2fd584 100644 --- a/_chapters/add-an-api-to-get-a-note.md +++ b/_chapters/add-an-api-to-get-a-note.md @@ -60,7 +60,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the API stack is being updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/add-an-api-to-handle-billing.md b/_chapters/add-an-api-to-handle-billing.md index 6d2391cba..5c95a366f 100644 --- a/_chapters/add-an-api-to-handle-billing.md +++ b/_chapters/add-an-api-to-handle-billing.md @@ -92,7 +92,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the API stack is being updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ... diff --git a/_chapters/add-an-api-to-list-all-the-notes.md b/_chapters/add-an-api-to-list-all-the-notes.md index e65945533..273cd35c2 100644 --- a/_chapters/add-an-api-to-list-all-the-notes.md +++ b/_chapters/add-an-api-to-list-all-the-notes.md @@ -61,7 +61,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the API stack is being updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/add-an-api-to-update-a-note.md b/_chapters/add-an-api-to-update-a-note.md index 7a1f4bea2..5e54070ca 100644 --- a/_chapters/add-an-api-to-update-a-note.md +++ b/_chapters/add-an-api-to-update-a-note.md @@ -68,7 +68,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the API stack is being updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/adding-auth-to-our-serverless-app.md b/_chapters/adding-auth-to-our-serverless-app.md index e83762453..cfd3ea078 100644 --- a/_chapters/adding-auth-to-our-serverless-app.md +++ b/_chapters/adding-auth-to-our-serverless-app.md @@ -138,7 +138,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see something like this at the end of the deploy process. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://5bv7x0iuga.execute-api.us-east-1.amazonaws.com diff --git a/_chapters/create-a-dynamodb-table-in-sst.md b/_chapters/create-a-dynamodb-table-in-sst.md index 9114219d5..3a6df31c5 100644 --- a/_chapters/create-a-dynamodb-table-in-sst.md +++ b/_chapters/create-a-dynamodb-table-in-sst.md @@ -116,7 +116,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see something like this at the end of the deploy process. ```bash -✔ Deployed: +✓ Deployed: StorageStack ``` diff --git a/_chapters/create-a-hello-world-api.md b/_chapters/create-a-hello-world-api.md index 61ba9853e..d0cf9b5a0 100644 --- a/_chapters/create-a-hello-world-api.md +++ b/_chapters/create-a-hello-world-api.md @@ -56,11 +56,11 @@ Running `sst dev` will take a couple of minutes to deploy your app and bootstrap ```txt SST v2.1.14 ready! -➜ App: notes +→ App: notes Stage: Jay Console: https://console.sst.dev/notes/Jay -✔ Deployed: +✓ Deployed: API ApiEndpoint: https://guksgkkr4l.execute-api.us-east-1.amazonaws.com ``` diff --git a/_chapters/create-a-new-reactjs-app.md b/_chapters/create-a-new-reactjs-app.md index 25984de35..1cad42114 100644 --- a/_chapters/create-a-new-reactjs-app.md +++ b/_chapters/create-a-new-reactjs-app.md @@ -126,7 +126,7 @@ Note that, you'll need to have `sst start` running for this to happen. If you ha You should see that the new frontend stack has been deployed. ```bash -✔ Deployed: +✓ Deployed: ... FrontendStack SiteUrl: http://localhost:3000 diff --git a/_chapters/create-an-s3-bucket-in-sst.md b/_chapters/create-an-s3-bucket-in-sst.md index 7c4fef776..49b48c490 100644 --- a/_chapters/create-an-s3-bucket-in-sst.md +++ b/_chapters/create-an-s3-bucket-in-sst.md @@ -57,7 +57,7 @@ Note that, you'll need to have `sst dev` running for this to happen. If you had You should see that the storage stack has been updated. ```bash -✔ Deployed: +✓ Deployed: StorageStack ``` diff --git a/_chapters/custom-domains-for-react-apps-on-aws.md b/_chapters/custom-domains-for-react-apps-on-aws.md index 85290d5b7..6463489c0 100644 --- a/_chapters/custom-domains-for-react-apps-on-aws.md +++ b/_chapters/custom-domains-for-react-apps-on-aws.md @@ -71,7 +71,7 @@ $ npx sst deploy --stage prod This command will take a few minutes. At the end of the deploy process you should see something like this. ```bash -✔ Deployed: +✓ Deployed: ... FrontendStack SiteUrl: https://my-serverless-app.com diff --git a/_chapters/custom-domains-in-serverless-apis.md b/_chapters/custom-domains-in-serverless-apis.md index 0b460a11b..52b716f7a 100644 --- a/_chapters/custom-domains-in-serverless-apis.md +++ b/_chapters/custom-domains-in-serverless-apis.md @@ -48,7 +48,7 @@ This command will take a few minutes as it'll deploy your app to a completely ne At the end of the deploy process you should see something like this. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ApiEndpoint: https://api.my-serverless-app.com diff --git a/_chapters/handling-secrets-in-sst.md b/_chapters/handling-secrets-in-sst.md index 9c403bd0a..d73ffe761 100644 --- a/_chapters/handling-secrets-in-sst.md +++ b/_chapters/handling-secrets-in-sst.md @@ -50,7 +50,7 @@ We are taking the environment variables in our SST app and passing it into our A Switch over to your terminal and restart `sst dev` so that it picks up the new `.env.local` file. ```bash -✔ Deployed: +✓ Deployed: StorageStack ApiStack ... diff --git a/_examples/how-to-create-a-vuejs-app-with-serverless.md b/_examples/how-to-create-a-vuejs-app-with-serverless.md index 78d60c2af..e493a3e83 100644 --- a/_examples/how-to-create-a-vuejs-app-with-serverless.md +++ b/_examples/how-to-create-a-vuejs-app-with-serverless.md @@ -273,15 +273,15 @@ $ npx create-vue@latest This command will install and execute [create-vue](https://github.com/vuejs/create-vue), the official Vue project scaffolding tool. You will be presented with prompts for a number of optional features such as TypeScript and testing support: ```bash -✔ Project name: frontend -✔ Add TypeScript? … No / Yes -✔ Add JSX Support? … No / Yes -✔ Add Vue Router for Single Page Application development? … No / Yes -✔ Add Pinia for state management? … No / Yes -✔ Add Vitest for Unit testing? … No / Yes -✔ Add Cypress for both Unit and End-to-End testing? … No / Yes -✔ Add ESLint for code quality? … No / Yes -✔ Add Prettier for code formatting? … No / Yes +✓ Project name: frontend +✓ Add TypeScript? … No / Yes +✓ Add JSX Support? … No / Yes +✓ Add Vue Router for Single Page Application development? … No / Yes +✓ Add Pinia for state management? … No / Yes +✓ Add Vitest for Unit testing? … No / Yes +✓ Add Cypress for both Unit and End-to-End testing? … No / Yes +✓ Add ESLint for code quality? … No / Yes +✓ Add Prettier for code formatting? … No / Yes Scaffolding project in ./frontend Done. diff --git a/_posts/2023-02-27-sst-v2.md b/_posts/2023-02-27-sst-v2.md index 23ce59dd5..b6e133c20 100644 --- a/_posts/2023-02-27-sst-v2.md +++ b/_posts/2023-02-27-sst-v2.md @@ -52,11 +52,11 @@ Here's a quick rundown of the major changes. ```bash SST v2.0.38 ready! - ➜ App: my-sst-app + → App: my-sst-app Stage: Jay Console: https://console.sst.dev/my-sst-app/Jay - ✔ Deployed: + ✓ Deployed: Database Api API: https://4f574d6lqc.execute-api.us-east-1.amazonaws.com