A Node.js API that fetches data from AWS DynamoDB and uploads it to Azure Blob Storage.
- Fetch all items from a DynamoDB table
- Upload data as JSON to Azure Blob Storage
- Optional scheduled migration using cron
- Supports both manual and automated migration
- Node.js >= 18
- NPM
- AWS account with DynamoDB access
- Azure account with Blob Storage access