OpenFaaS (Functions as a Service) is a framework for building serverless functions with Docker which has first class support for metrics. Any process can be packaged as a function enabling you to consume a range of web events without repetitive boiler-plate coding.
faas docker functions-as-a-service functions service swarm lambda serverless prometheus kubernetes k8s serverless-architectures serverless-functions hacktoberfestA curated list of resources regarding the Serverless Framework (formerly JAWS) and the serverless architecture. Inspired by the awesome list project.
serverless-framework serverless-plugin serverless-architectures serverless-functions serverless-applications serverlesskubeless is a Kubernetes-native serverless framework that lets you deploy small bits of code without having to worry about the underlying infrastructure plumbing. It leverages Kubernetes resources to provide auto-scaling, API routing, monitoring, troubleshooting and more. Kubeless stands out as we use a Custom Resource Definition to be able to create functions as custom kubernetes resources. We then run an in-cluster controller that watches these custom resources and launches runtimes on-demand. The controller dynamically injects the functions code into the runtimes and make them available over HTTP or via a PubSub mechanism.
kubernetes serverless serverless-architectures function-as-a-service kubeless faas腾讯云开发云原生一体化部署工具 🚀 CloudBase Framework:一键部署,不限框架语言,云端一体化开发,基于Serverless 架构。A front-end and back-end integrated deployment tool. One-click deploy to serverless architecture. https://docs.cloudbase.net/framework/index
react nodejs dart docker cli front-end vue serverless serverless-architectures tencent flutter mobile-development omi fullstack-javascript taro deno cloudbaseOpenLambda is an Apache-licensed serverless computing project, written in Go and based on Linux containers. The primary goal of OpenLambda is to enable exploration of new approaches to serverless computing. Our research agenda is described in more detail in a HotCloud '16 paper. OpenLambda relies heavily on operations that require root privilege. To simplify this, we suggest that you run all commands as the root user (i.e., run sudo -s before building or running OpenLambda). Additionally, OpenLambda is only actively tested on Ubuntu 14.04 & 16.04.
serverless-architectures serverless serverless-computing distributed-systems golang-application microservicesSpaceFinder is a reference mobile app that allows users to book conference rooms, work desks, and other shared resources. The app showcases serverless authentication and authorization using the AWS platform.The mobile front-end is built using the Ionic 3 framework and client libraries to call AWS services and mobile backend APIs. The backend APIs themselves are powered by AWS services. The backend APIs are built using a serverless architecture, which makes it easy to deploy updates, and it also means that there are no servers to operationally manage.
amazon-cognito aws-cognito serverless iam serverless-architectures aws-lambda cognito cognito-quickstart authentication authorization auth amazon-api-gateway aws aws-apigatewayAuthored by the community, curated by Serverless, Inc. This is your definitive guide to serverless architectures. Inside, you will find everything you need to know about serverless development and how to be a serverless organization: patterns, best practices, case studies and everything in-between.
serverless serverless-providers serverless-architectures guide serverless-applications aws-lambda azure-functions google-cloud-functions ibm-cloud-functions serverless-frameworkThis is the Serverless Framework plugin for AWS Step Functions. Run npm install in your Serverless project.
serverless serverless-plugin serverless-framework serverless-architectures aws step-functionsThe goal of this project is to implement a code evaluator that organizations can use to automate coding round interviews. This is inspired by Coursera's Scala Progfun code evaluator. The project is built following Serverless architecture. The current implementation is based on AWS Lambda and Serverless framework. Lambda functions are written in Java, Node.js, and Scala programming languages.
serverless serverless-framework serverless-architectures lambdaSeamlessly build, deploy & manage cloud-native applications. Jazz is open-sourced and under active development by T-Mobile's Cloud Center of Excellence.
serverless jazz tmobile jazz-serverless-platform faas aws-lambda apigateway azure-functions azure google-cloud-functions event-driven-architecture event-driven-programming serverless-framework serverless-architectures cicd functions-as-a-serviceThe code repository for the Serverless Architectures on AWS book
serverless serverless-architectures serverless-framework serverless-applications aws aws-lambda api-gateway s3 firebase auth0 authentication authorization backend-as-a-service functions-as-a-serviceCommunity-driven Serverless usergroups, are hosted locally in cities across the world. Spread the knowledge and experience in building and running applications with serverless architectures at scale, on AWS Lambda, Google Cloud Functions, Azure Functions, IBM Cloud Functions, Kubeless, Webtask, and more. Get together to learn about serverless architectures, event-driven application development, microservices, FaaS and severless computing in general. Join us to be part of the family of many Serverless Usergroups across the world.
serverless meetups presentations speakers serverless-architectures usergroupsThis is a Atom editor package which allows you to deploy and manage your serverless service with Serverless Framework on Atom. Currently, this pakage has supported only AWS, but we will support multi providers in the future.
serverless serverless-framework serverless-architectures aws-lambda awsA Demo of Serverless Framework with React Server Side Render
serverless serverless-framework serverless-architectures aws-lambda react ssrThis reference architecture walks you through the decision-making process involved in designing, developing, and delivering the Rideshare by Relecloud application (a fictitious company). You will be given hands-on instructions for configuring and deploying all of the architecture's components, with helpful information about each component along the way. The goal is to provide you with practical hands-on experience in working with several integral Azure services and the technologies that effectively use them in a cohesive and unified way to build a serverless-based microservices architecture. We hope you will leave with a newfound appreciation for how serverless can be leveraged for both large-scale and small solutions, and the confidence to apply what you learned in your own projects. Relecloud is a new kind of company, not unlike many cloud services-focused organizations popping up around the world today. Born of the modern digital age that is focused on capitalizing on the fast-paced growth of the booming cloud industry, Relecloud has a track record of building lean startups with little operational overhead, owing to its distributed and remote workforce. Their latest endeavor is a ride share application that seeks to carve its place in the popular industry with competitive rates and improved communication between passengers and drivers.
serverless microservices microservices-architecture serverless-architectures azure-functions azure-app-service azure-devops azure-storage azure-active-directory azure-api-management azure-cosmos-db azure-event-grid azure-logic-appsExperiments with AWS API Gateway containing scripts for verifying jwt tokens, λ authorizer function and basic λ function to return an api response. This project contains a boilerplate for setting up basic lambda authorizers and not implementing fully secure authorization for API Gateway. The instructions for creating and/or updating the λ function on AWS is in the deploy.sh script. Feel free to comment out parts which are no longer necessary.
serverless serverless-architectures aws-lambda aws-api-gateway aws-lambda-python lambda-authoriser awsAn opinionated way of implement Orleans Grains as Serverless Functions
serverless serverless-framework serverless-functions serverless-architectures orleans serverless-application-model serverless-deployments serverless-applications kubernetes-controller kubernetes functions-as-a-service distributed-systems distributed-computing distributed-actors virtual-actors orleans-framework orleans-clusterThis AWS Serverless Application will help you analyze AWS CloudTrail Logs using Amazon Elasticsearch Service. The application creates CloudTrail trail, sets the log delivery to an s3 bucket that it creates and configures SNS delivery whenever the CloudTrail log file has been written to s3. The app also creates an Amazon Elasticsearch Domain and creates an Amazon Lambda Function which gets triggered by the SNS message, get the s3 file location, read the contents from the s3 file and write the data to Elasticsearch for analytics. The remainder of document explains how to prepare the Serverless Application and deploy it via AWS CloudFormation.
cloudtrail sam serverless serverless-application-model serverless-architectures serverless-applications amazon-elasticsearch-service cloudtrail-log-analytics elasticsearch expediaServerless Architectures with AWS begins with an introduction to the serverless model and helps you get started with AWS and AWS Lambda. You'll also get to grips with other capabilities of the AWS Serverless Platform and see how AWS supports enterprise-grade serverless applications with and without Lambda. This course will guide you through deploying your first serverless project and exploring the capabilities of Amazon Athena, an interactive query service that makes it easy to analyze data in Amazon Simple Storage Service (Amazon S3) using standard SQL. You’ll also learn about AWS Glue, a fully managed extract, transfer, and load (ETL) service that makes categorizing data easy and cost-effective.
serverless aws aws-lambda s3-bucket s3-storage serverless-architectures aws-glue aws-kinesisFound a bug? Let us know so we can take care of it. MIT. See license.
syncano cli baas backend-webdevelopment backend-as-a-service nodejs react backend-for-frontend backend-framework cloud-platform serverless serverless-framework serverless-applications serverless-architectures
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.