Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ryu1kn/vscode-extensions-stats


https://github.com/ryu1kn/vscode-extensions-stats

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# vscode-extensions-stats

AWS Lambda function to save my Visual Studio Code extension stats into DynamoDB

## Deploy lambda

Now vscode-extensions-stats uses [kumo](https://www.npmjs.com/package/kumo-plugins) to deploy the lambda.
Go to `lambdas/fetch-vscode-extension-stats` directory and execute following:

```sh
$ AWS_PROFILE=your-profile AWS_REGION=ap-southeast-2 BUILD_NUMBER=1 make deploy-lambda
```

## Run app to get install counts per extensions

```sh
$ AWS_PROFILE=your-profile make show-stats
```