Skip to content

Commit

Permalink
Merge pull request #7 from innFactory/doc/telemetry
Browse files Browse the repository at this point in the history
doc: opt out of anonymous telemtry collection
  • Loading branch information
anderha authored Sep 6, 2023
2 parents df94779 + 54671ec commit 8e1ec7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ npm run test

CDK is ramping up assets in S3 with each deploy which won't be deleted automatically. Refer to this [issue](https://github.com/aws/aws-cdk-rfcs/issues/64) for further information about the difficulties of deleting CDK assets and to track a future built in feature. This app makes use of a 3. party tool called [Toolkit cleaner](https://github.com/jogold/cloudstructs/blob/master/src/toolkit-cleaner) to determine and delete old and unused CDK assets. It is initialized in [CdkAssetsCleanupStack](./stacks/CdkAssetsCleanupStack.ts). Deploy it once per AWS Account. Either as scheduled job or execute it manually as needed in the cloud console via the step function menu.

### Deployment

Opt out of [anonymous telemetry collection](https://docs.sst.dev/anonymous-telemetry): `npx sst telemetry disable`

## Contributors

<a href="https://github.com/anderha"><img src="https://avatars.githubusercontent.com/u/36031262?v=4" title="anderha" width="80" height="80"></a>
Expand Down

0 comments on commit 8e1ec7d

Please sign in to comment.