From eb456f825e49a901ae7621f29ccf1a4905c5b233 Mon Sep 17 00:00:00 2001 From: Agam More Date: Mon, 21 Oct 2024 10:26:51 -0500 Subject: [PATCH] Cluster-dev-docs (#1327) * Add lambda quickstart * Add lambda quickstart * Update lambda.mdx * Add docs to cluster for dev mode * Delete www/src/content/docs/docs/start/aws/lambda.mdx --- platform/src/components/aws/cluster.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platform/src/components/aws/cluster.ts b/platform/src/components/aws/cluster.ts index 84b0b62e1..44c3b6c8d 100644 --- a/platform/src/components/aws/cluster.ts +++ b/platform/src/components/aws/cluster.ts @@ -1193,6 +1193,12 @@ export interface ClusterServiceArgs { * * console.log(Resource.MyBucket.name); * ``` + * + * #### Running in dev + * + * When running `sst dev` the cluster service will not be created. + * Use the `dev.command` argument to start a local docker container. + * */ export class Cluster extends Component { private constructorArgs: ClusterArgs;