Onboarding that runs itself
New client sign-ups required staff to manually re-key form data into the CRM, database and email system: slow, and every re-key was a chance to get it wrong. I built a serverless pipeline (Lambda + API Gateway + DynamoDB) that captures each application once and fans it out to every system automatically, with validation and error alerts. Result: onboarding handled end-to-end without manual data entry, and errors caught before they reach a client record.