article thumbnail

Serverless Reference Architectures with AWS Lambda

All Things Distributed

Building your applications with only managed components has become very popular, and AWS Lambda plays a crucial role in that. If you are looking for more examples there are the Lambda Serverless Reference Architectures that can serve as the blueprint for building your own serverless applications. about teletext.io

Lambda 107
article thumbnail

Serverless Reference Architecture with AWS Lambda

All Things Distributed

Building your applications with only managed components has become very popular, and AWS Lambda plays a crucial role in that. If you are looking for more examples there are the Lambda Serverless Reference Architectures that can serve as the blueprint for building your own serverless applications. about teletext.io

Lambda 105
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

So many bad takes?—?What is there to learn from the Prime Video microservices to monolith story

Adrian Cockcroft

Then they tried to scale it to cope with high traffic and discovered that some of the state transitions in their step functions were too frequent, and they had some overly chatty calls between AWS lambda functions and S3. They state in the blog that this was quick to build, which is the point.

article thumbnail

Stuff The Internet Says On Scalability For September 7th, 2018

High Scalability

sapessi : Lambda simplifies concurrency at the frontend, enforcing one event per function at a time. Don't miss all that the Internet has to say on Scalability, click below and become eventually consistent with all scalability knowledge (which means this post has many more items to read so please keep on reading).

Internet 137
article thumbnail

Serverless at re:Invent 2017

The Symphonia

It’s funny to think that AWS Lambda was announced at re:Invent only 3 years ago?—?the the industry and Lambda platform both have moved forward a long way since. This year’s re:Invent saw a lot of incremental improvements for Lambda and its related services. We saw some big new products and features from Lambda’s AWS neighbors.

article thumbnail

In-Stream Big Data Processing

Highly Scalable

At Grid Dynamics, we recently faced a necessity to build an in-stream data processing system that aimed to crunch about 8 billion events daily providing fault-tolerance and strict transactioanlity i.e. none of these events can be lost or duplicated. The signature is initially initialized by the event ID. Lineage Tracking.

Big Data 154
article thumbnail

Examining the AWS Serverless Application Repository

The Symphonia

The general goal of SAR is to make it easier to distribute, and consume, applications that have been developed using AWS Serverless products, like Lambda. This is a small app that listens for CloudWatch events generated by CodePipeline (Amazon’s deployment pipeline tool), and when it hears one will send a message to a Slack Channel.