This is the 5th generation user management/ CMS system for rapid project development. It will be useful for any project, which needs user management system with a scalable architecture. It is a complete rewrite from scratch.
- Every feature is now on separate Lambda and using DynamoDB as a database, because dealing with JSON on S3 was more cumbersome with complex data structures.
- Codebase is greatly reduced.
- Paswordless sign in, sign up, this allowed to remove password reset endpoint.
- Account confirmation step is now just sign up.
- All emails are now on templates and managed via AWS SES
- Separate Lambdas now allow much easier expansion of required features independently of each other
- Some features were removed, but they were never fully finished on the first place, so this project is now just about user management, nothing more
- Protocol buffers were removed, because they didn't provide much of an advantage over JSON for REST-style API without Lambda support.
- Currently on over 30 Lambdas and growing
- User sign in/ sign out/ sign up/ confirm account, delete account
- Passwordless sign up/ sign in
- Dependency minimization
- Token auto expiration
- Email checking before sign up/ sign in with teh DNS records
- Push, SMS, Email notifications
- Admin system
- Automatic database backups
- Contact us service
- Upload service
- A/B testing service
- Billing service
- Newsletter service
- Referral service
- Encrypted database entries (AWS KMS + AWS Secrets Manager), upon request
- Encrypted JWT secret and admin passwords (AWS Secrets Manager), upon request
All requests should have the following auth headers:
- x-api-key
npm install -g serverless
npm i
# Edit .env.production and config.js
# Then, long running deployment process:
npm run deploy
- Frontend Next - SSR frontend for this API
- Clone repo
- Change service name inside
.env.production
- Add your own functions if needed
- Deploy:
npm run deploy
Please contact me via form here
See LICENCE.txt