This repository was archived by the owner on Oct 21, 2024. It is now read-only.
File tree 9 files changed +268
-240
lines changed
platform/src/components/aws
www/src/content/docs/docs/start/aws
9 files changed +268
-240
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -291,7 +291,11 @@ async run() {
291
291
292
292
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
293
293
294
- The ` dev.command ` tells SST to run our Astro site locally in dev mode.
294
+ :::note
295
+ By default, your service in not deployed when running in _ dev_ .
296
+ :::
297
+
298
+ The ` dev.command ` tells SST to instead run our Astro site locally in dev mode.
295
299
296
300
---
297
301
Original file line number Diff line number Diff line change @@ -98,7 +98,11 @@ async run() {
98
98
99
99
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
100
100
101
- The ` dev.command ` tells SST to run our Bun app locally in dev mode.
101
+ :::note
102
+ By default, your service in not deployed when running in _ dev_ .
103
+ :::
104
+
105
+ The ` dev.command ` tells SST to instead run our Bun app locally in dev mode.
102
106
103
107
---
104
108
Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ async run() {
82
82
83
83
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
84
84
85
- The ` dev.command ` tells SST to run our Express app locally in dev mode.
85
+ :::note
86
+ By default, your service in not deployed when running in _ dev_ .
87
+ :::
88
+
89
+ The ` dev.command ` tells SST to instead run our Express app locally in dev mode.
86
90
87
91
---
88
92
Original file line number Diff line number Diff line change @@ -291,7 +291,11 @@ async run() {
291
291
292
292
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
293
293
294
- The ` dev.command ` tells SST to run our Next.js app locally in dev mode.
294
+ :::note
295
+ By default, your service in not deployed when running in _ dev_ .
296
+ :::
297
+
298
+ The ` dev.command ` tells SST to instead run our Next.js app locally in dev mode.
295
299
296
300
---
297
301
Original file line number Diff line number Diff line change @@ -253,7 +253,11 @@ async run() {
253
253
254
254
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
255
255
256
- The ` dev.command ` tells SST to run our Nuxt app locally in dev mode.
256
+ :::note
257
+ By default, your service in not deployed when running in _ dev_ .
258
+ :::
259
+
260
+ The ` dev.command ` tells SST to instead run our Nuxt app locally in dev mode.
257
261
258
262
---
259
263
Original file line number Diff line number Diff line change @@ -247,7 +247,11 @@ async run() {
247
247
248
248
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
249
249
250
- The ` dev.command ` tells SST to run our Remix app locally in dev mode.
250
+ :::note
251
+ By default, your service in not deployed when running in _ dev_ .
252
+ :::
253
+
254
+ The ` dev.command ` tells SST to instead run our Remix app locally in dev mode.
251
255
252
256
---
253
257
Original file line number Diff line number Diff line change @@ -269,7 +269,11 @@ async run() {
269
269
270
270
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
271
271
272
- The ` dev.command ` tells SST to run our SolidStart app locally in dev mode.
272
+ :::note
273
+ By default, your service in not deployed when running in _ dev_ .
274
+ :::
275
+
276
+ The ` dev.command ` tells SST to instead run our SolidStart app locally in dev mode.
273
277
274
278
---
275
279
Original file line number Diff line number Diff line change @@ -278,7 +278,11 @@ async run() {
278
278
279
279
This creates a VPC with a bastion host, an ECS Cluster, and adds a Fargate service to it.
280
280
281
- The ` dev.command ` tells SST to run our SvelteKit app locally in dev mode.
281
+ :::note
282
+ By default, your service in not deployed when running in _ dev_ .
283
+ :::
284
+
285
+ The ` dev.command ` tells SST to instead run our SvelteKit app locally in dev mode.
282
286
283
287
---
284
288
You can’t perform that action at this time.
0 commit comments