Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Cluster-dev-docs #1327

Merged
merged 5 commits into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions platform/src/components/aws/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down