158 skills found · Page 1 of 6
serverless / ExamplesServerless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
OryxProject / OryxOryx 2: Lambda architecture on Apache Spark, Apache Kafka for real-time large scale machine learning
aws-samples / Lambda Refarch WebappThe Web Application reference architecture is a general-purpose, event-driven, web application back-end that uses AWS Lambda, Amazon API Gateway for its business logic. It also uses Amazon DynamoDB as its database and Amazon Cognito for user management. All static content is hosted using AWS Amplify Console.
danilop / LambdAuthA 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.
aws-samples / Lambda Refarch ImagerecognitionThe Image Recognition and Processing Backend reference architecture demonstrates how to use AWS Step Functions to orchestrate a serverless processing workflow using AWS Lambda, Amazon S3, Amazon DynamoDB and Amazon Rekognition.
grycap / ScarServerless Container-aware ARchitectures (e.g. Docker in AWS Lambda)
shafiab / HashtagCashtagMy Insight Data Engineering Fellowship project. I implemented a big data processing pipeline based on lambda architecture, that aggregates Twitter and US stock market data for user sentiment analysis using open source tools - Apache Kafka for data ingestions, Apache Spark & Spark Streaming for batch & real-time processing, Apache Cassandra f or storage, Flask, Bootstrap and HighCharts f or frontend.
awslabs / Ecs Refarch Service DiscoveryAn EC2 Container Service Reference Architecture for providing Service Discovery to containers using CloudWatch Events, Lambda and Route 53 private hosted zones.
awslabs / Lambda Refarch MapreduceThis repo presents a reference architecture for running serverless MapReduce jobs. This has been implemented using AWS Lambda and Amazon S3.
mhausenblas / Lambda Architecture.netA repository of information, examples and good practices around the Lambda Architecture
aws-samples / Aws Etl OrchestratorA serverless architecture for orchestrating ETL jobs in arbitrarily-complex workflows using AWS Step Functions and AWS Lambda.
Azure-Samples / Streaming At ScaleHow to implement a streaming at scale solution in Azure
Azure / Azure Cosmosdb SparkApache Spark Connector for Azure Cosmos DB
dustinsand / Hex Arch Kotlin Spring BootReference JVM multi module project for a reactive micro service and lambda using a hexagonal architecture, DDD, Kotlin, Spring Boot, Quarkus, Lambda, Gradle.
KyleRoss / Node Lambda LogBasic logging mechanism for Node.js Lambda Functions and other AWS services, which produces logs in JSON format for easier reading through Cloudwatch Logs.
aws-samples / Aws Kube Code ServiceThe Code Services Continuous Deployment reference architecture demonstrates how to achieve continuous deployment of an application to a Kubernetes cluster using AWS CodePipeline, AWS CodeCommit, AWS CodeBuild and AWS Lambda.
apssouza22 / Big Data Pipeline Lambda ArchA hybrid Big Data pipeline architecture that combines a real-time streaming layer with a batch layer to process large datasets(Lambda Architecture)
aws-samples / Lambda Refarch Image Moderation ChatbotThe Image Moderator Chatbot serverless reference architecture demonstrates how to leverage Amazon Rekognition's image moderation deep learning feature to automatically remove messages containing explicit or suggestive images from channels of popular chat apps using Amazon API Gateway, AWS Lambda, and Amazon Rekognition.
aws-samples / Aws Lambda Hexagonal ArchitectureImplementing hexagonal architecture on AWS Lambda with Node.js
iopipe / TurtleTurtle - functional composition for building lambda architectures in NodeJS