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

Commit

Permalink
Cluster-dev-docs (#1327)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
agamm authored Oct 21, 2024
1 parent af0c0ce commit eb456f8
Showing 1 changed file with 6 additions and 0 deletions.
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

0 comments on commit eb456f8

Please sign in to comment.