| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Serverless By Design is a visual approach to serverless development:
Serverless By Design runs in the browser and doesn't need an internet connection when installed locally.
Think. Build. Repeat.
| Resource | Key |
|---|---|
| API Gateway | api |
| Cognito Identity Pool | cognitoIdentity |
| DynamoDB Table | table |
| EventBridge Bus | eventBus |
| IoT Topic Rule | iotRule |
| Kinesis Data Analytics | analyticsStream |
| Kinesis Data Firehose | deliveryStream |
| Kinesis Data Stream | stream |
| Lambda Function | fn |
| S3 Bucket | bucket |
| Schedule (CloudWatch) | schedule |
| SNS Topic | topic |
| SQS Queue | queue |
| Step Functions | stepFn |
Copyright (c) 2017-2026 Danilo Poccia, http://danilop.net
This code is licensed under the The MIT License (MIT). Please see the LICENSE file that accompanies this project for the terms of use.
You need node (v18+) and npm. Install dependencies and build:
npm install npm run build
Then preview the production build:
npm run preview
For development with hot module replacement:
npm run dev
The codebase is written in TypeScript with strict mode enabled.
Lint (ESLint with typescript-eslint):
npm run lint npm run lint:fix
Type check:
npm run typecheck
A pre-commit hook (husky + lint-staged) runs ESLint and type checking automatically on staged files.
Here are a few examples to help you start:
| Back | FazBrowse Home | New Git URL |