disclaimer: this is still work-in-progress
Simple demo, as a "reader" user: https://dweki3j8gnibr.cloudfront.net/login
Knowledge Base App - Simple, Free and Serverless (and open-source)
This is a simple colaborative knowledge base app for you and your team share bits of knowledge, internally or with third parties :) Clone and deploy it with only one command onto cheap, auto-scaling, serverless infrastructure on AWS.
- Easy to deploy -
git clone
+make deploy
And you're up and running. - Private and Secure - You control the source code.
- Don't Pay For Idle - No HTTP requests, no cost. Averages ~$0.000003 per request.
Extra:
This is the AWS serverless infrastructure that is created by this App:
- AWS HTTP API - The API Gateway which receives all requests and proxies them to AWS Lambda.
- AWS Lambda - A single AWS Lambda function to execute an Express.js API.
- AWS IAM - An AWS IAM role is automatically created, if you do not provide a custom one.
- AWS DynamoDb - Two DynamoDb tables
- AWS S3 bucket - One S3 bucket to host the React App
- AWS Cloudformation - One Cloudformation endpoint to serve the React App