Found 14 repositories(showing 14)
ericwooley
Serverless webrtc connections made excessively simple.
fenwick67
cabal (p2p group chat) desktop client
swyxio
actually intelligent things about serverless
mikaelvesavuori
Ever wondered how you actually do gradual canary rollouts with AWS, Azure or GCP's serverless platforms? Look no further.
pjc0247
Your serverless inventory that actually works
McCannDahl
LocalStack Serverless API examples that actually work
JacobBartlett24
Actually good serverless
rabbah
A serverless cloud project that is actually a 🐱
malexandrum
Small Angular SPA for keeping track of miles on an auto lease. Actually serverless.
piersroberts
Resolve AWS variables in Serverless when you don't want to actually make a call to AWS
shaunniee
Production-style serverless blog platform with a lightweight CRM for inbound leads – designed as a recruiter-facing portfolio project and a real tool you can actually use.
nikosalonen
A serverless microservice that monitors domain expiration dates and sends email notifications when domains actually expire. Built with AWS CDK and designed to stay within AWS free tier limits.
femtoframework
A tiny JSR330 standard Inversion Of Control container. COIN stands for "New Inversion Of Control". Actually, it started since 2005, there was no IOC standard at that time. Now in micro service, serverless and kubernetes' world, it is still useful for server side service development. That's the reason I make it open source.
SM2021-hue
Architecture: 1) Amazon EC2 acts as website backend generating server logs. 2) Kinesis Datastreams reads the server logs in real time and pushes it to Kinesis Data Analytics for doing above computation(more than 15 orders per 15 seconds). 3) Second stream in Data Analytics is created that actually notes such floods for past 1 minute and then send only messages to 2nd Data stream if the trend is noted continuously 1 min. This step is purely added to reduce number of SNS messages received in case of spike. 4) Second data stream is used to receive such alarm records and trigger lambda. 5) Lambda triggers SNS notification which in turn delivers an SMS message. It saves the copy of all the error messages in Aurora MySQL for aggregated view in future . Key Takeaways ⚫ Understanding the project and how to use AWS EC2 Instance ⚫ Understanding the basics of Serverless computing, MySQL, and their application ⚫ Doing real-time streaming the data in Amazon Kinesis Data Analytics application ⚫ Installing Amazon Kinesis in EC2 instance ⚫ Usage of Kinesis data streams and doing real-time streaming
All 14 repositories loaded