• Stars
    star
    289
  • Rank 143,419 (Top 3 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created about 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A visual approach to serverless development. Think. Build. Repeat.

Serverless By Design

Serverless by Design screenshot

Serverless By Design is a visual approach to serverless development:

  • An application is a network of nodes (serverless resources, such as Lambda functions or S3 buckets) connected by edges (their relationships, for example a trigger or a data flow)
  • Edit an application adding nodes and edges following an event-driven design
  • Import a previously exported application to continue working on it
  • Choose a runtime, and build your application (for example, using AWS SAM)
  • Optionally use canary or linear deployments for your future updates
  • Edit templates and code files for the final configurations before deploying the application
  • Export an application to save it for later use in a JSON file
  • Take a picture of the application architecture to have a visual representation to share
  • Fine tune the physics used to place nodes and edges on the screen, for example enable/disable it or choose another solver

Serverless By Design runs in the browser and doesn't need an internet connection when installed locally.

A live version is available at: http://sbd.danilop.net

Think. Build. Repeat.

License

Copyright (c) 2017 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.

Installation

You need node and npm. Just run:

npm run build

to build it for production, then open dist/index.html with your favourite browser.

For a development build, that you can debug with a browser, use:

npm run dev

Usage

Here are a few examples to help you start:

Dependencies

This code depends on:

More Repositories

1

LambdAuth

A sample authentication service implemented with a server-less architecture, using AWS Lambda to host and execute the code and Amazon DynamoDB as persistent storage. This provides a cost-efficient solution that is scalable and highly available and can be used with Amazon Cognito for Developer Authenticated Identities.
JavaScript
1,371
star
2

yas3fs

YAS3FS (Yet Another S3-backed File System) is a Filesystem in Userspace (FUSE) interface to Amazon S3. It was inspired by s3fs but rewritten from scratch to implement a distributed cache synchronized by Amazon SNS notifications. A web console is provided to easily monitor the nodes of a cluster.
Python
643
star
3

AWS_Lambda_in_Action

This source code distribution is a companion to the AWS Lambda in Action book available from Manning Publications.
JavaScript
287
star
4

serverless-chat

A serverless web chat built using AWS Lambda, AWS IoT (for WebSockets) and Amazon DynamoDB
JavaScript
106
star
5

multimodal-chat

A multimodal chat interface with many tools.
Python
66
star
6

serverless-positive-chat

An inclusive chat that avoids negative messages and translates the content in the language that you choose, tracking the main topics of a chat room.
JavaScript
53
star
7

SampleBatchProcessing

Sample Implementation of Batch Processing on Amazon Web Services (AWS)
Shell
50
star
8

evolutionary-serverless-architectures-with-safe-deployments

A sample implementation of an evolutionary architecture for a serverless application using safe deployments, automatically computing the fitness function at deployment time, with the possibility to rollback back if fitness is not improving.
JavaScript
40
star
9

serverless-iot-analytics

Serverless processing of sensor data using AWS IoT, Amazon Kinesis and AWS Lambda to display the result graphically on a static web page.
JavaScript
28
star
10

serverless-observability-sample-app

A sample application you can use to test observability for serverless apps
JavaScript
24
star
11

AutoScaling2IFTTT

A sample AWS Lambda function to push EC2 Auto Scaling notifications to IFTTT via the Maker channel
JavaScript
21
star
12

lambda-rust-and-cdk

TypeScript
19
star
13

SNS2IFTTT

A sample AWS Lambda function to push SNS notifications to IFTTT via the Maker channel
JavaScript
19
star
14

runjop

RunJOP (Run Just Once Please) is a distributed execution framework to run a command (i.e. a job) only once in a group of servers.
Python
19
star
15

events-and-workflows

A sample application showing a serverless retail shop using a workflow to create an order.
JavaScript
18
star
16

oss-for-generative-ai

Open Source Frameworks for Building Generative AI Applications
Python
16
star
17

portable-serverless-app

An example of portable serverless app that can run on multiple platforms.
JavaScript
15
star
18

reInvent2022-BOA310

Code used at re:Invent 2022 for session BOA310 "Building observable applications with OpenTelemetry"
Python
14
star
19

lightbulbSwitch

Sample AWS Lambda function to use AWS IoT Device Shadow to switch a connected lightbulb ON or OFF
JavaScript
14
star
20

first-step-functions

Sample AWS Step Functions application to get practice with SAM templates, Lambda functions, SNS topics and SQS queues.
JavaScript
14
star
21

graphql-api-security-with-aws-appsync-and-amplify

13
star
22

yas3fs-console

A web console to easy monitor the nodes of a YAS3FS cluster.
JavaScript
13
star
23

analyzing-data-aws-lambda

Python
11
star
24

CloudWatchAlarm2IFTTT

A sample AWS Lambda function to push Amazon CloudWatch alarms to IFTTT via the Maker channel
JavaScript
9
star
25

time-series-and-data-lakes

Python
8
star
26

danilop-personal-page

A simple script to populate a web page with links, retrieving link info using the Open Graph protocol. I built it for my personal page.
HTML
8
star
27

commit-message-generator

Elevate your Git workflow with intelligent, context-aware commit messages generated by an AI language model.
Python
7
star
28

ec2-watchdog

EC2-WatchDog is a simple (bash) script for Amazon EC2 to monitor another node for HA and take over a Virtual IP (VIP) if the service on the other node fails.
Shell
7
star
29

security-camera

A DIY Security Camera with a Raspberry Pi and AWS
Python
6
star
30

serverless-time

Sample Serverless App for CI/CD using AWS SAM
JavaScript
5
star
31

serverless-functions-and-containers

HTML
5
star
32

store-and-reply

JavaScript
5
star
33

JustAGame

A (very) simple game to showcase the power of HTML5 + WebSockets and the use of Amazon Web Services (AWS) APIs within an application
JavaScript
4
star
34

snsUnsubscribeNonExistingQueues

This is a sample script using the new AWS CLI and jq to check for SNS subscription by SQS queues that are not existing anymore and remove (unsubscribe) them.
Shell
3
star
35

serverless-ml

Sample serverless data pipeline powered by machine learning
JavaScript
3
star
36

generative-ai-team-building

Your not alone to reach your goal!
Python
2
star
37

first-serverless-functions

A few examples of Lambda functions to start with serverless development
JavaScript
2
star
38

CloudConf2023-observability-demo

Code used in my CloudConf 2023 keynote – From complexity to observability using OpenTelemetry
Python
2
star
39

non-deterministic-software-testing

How to test non-deterministic software, including applications using generative AI and Large Language Models (LLMs).
Python
2
star
40

llm-test-mate

A testing framework for LLM-generated content. Makes it easy to validate outputs from large language models using semantic similarity and LLM-based evaluation.
Python
2
star
41

knn-search-algorithm-comparison

KNN Search Algorithm Comparison – This project compares the performance of different K-Nearest Neighbors (KNN) search algorithms across various dataset sizes and dimensions.
Python
2
star