DIY app cloud logging using AWS CloudWatch
· One min read
Need logging in your Electron app to the cloud but don't want to pay for services like Sentry, Papertrail, Bugsnag etc.?
Need logging in your Electron app to the cloud but don't want to pay for services like Sentry, Papertrail, Bugsnag etc.?
I created a Node.js CLI for exporting users from AWS Cognito User Pools, because AWS did not have any method of exporting/backing up the users.
Note: Moved here.
I created a Node.js CLI for exporting & importing schema and data from DynamoDB tables. I didn't find any other node tools for dumping table schema (structure, indexes etc), they all just dump data.