Skip to content

Latest commit

 

History

History
232 lines (171 loc) · 22.5 KB

File metadata and controls

232 lines (171 loc) · 22.5 KB

drawing

Designing the error handling for event driven architecture.

Do you love event-driven programming? Let's take a look at triggering AWS Lambda functions from AWS SNS messages.

If you ever find yourself deciding for or against serverless the following tries to make the decision easier for you.

It's hard to decide whether to go serverless or not. This article covers what is serverless in the first place and the pros & cons.

I can’t believe not many people are talking about this AWS feature. It’s a game changer!

Serverless is stateless. Well sometimes thats not quite true. Here is a story of fail.

While conventional wisdom states we should move to GraphQL entirely, for customer-facing APIs, we need REST. For our own frontends, GraphQL is the answer.

Learn all about AWS Lambda, an Amazon serverless computing system that features a custom back-end service and real-time data processing >>

Wil Node.js be still relevant in 2022? Read about Node.js architecture, advantages, and disadvantages in comparison to Java and Python.

Five books you must read if you are going serverless including books by Eric Evans, Richard Rodger, Chris Richardson, and more.

Event Driven Automation for AWS Permission Set Assignments

Serverless Cloud allows you to build your applications without having to worry about the creation and management of cloud services. It does this by abstracting

In the simplest terms, a serverless system is a way to build an application without having to manage the infrastructure. It reduces administration & maintenance

Over 200 services are available through Amazon Web Services (AWS). AWS Lambda is the AWS platform's event-driven serverless computing solution.

Here’s a secret: Serverless is the future of development not because of how great of a technology it is.  Here’s another secret: The previous statement is wrong.

Bigger companies are notorious for moving slow, but here's a case for why they should make the switch to serverless ASAP.

The problem that enormous scale venture applications a work in progress bring to the table of programming designers was excessively. There was no arrangement at all to this issue that is the reason an alternate building style was required. Henceforth the expression "microservices" appeared after the economical advancement in distributed computing space, it was first utilized by Dr Peter Rogers in a meeting on distributed computing in 2005.

Happy Serverless September 2020! We at Coding Sans love working with serverless technology. This is why we decided to publish a report with the latest serverless trends this year. We partnered up with nine other companies who share our love to make it happen.

Why you should be using AWS Lambda alias for your versioning strategy

AWS API Gateway is a great service but can be quite expensive, and even cost-prohibitive in some cases.

WunderBase is a Serverless Database with a GraphQL API on top of SQLite, Firecracker/Fly machines, and Prisma.

When using Amazon DynamoDB, you need to know how to effectively partition the tenant data in order to prevent performance bottlenecks as the application scales.

Going serverless has many benefits, but it's not without its issues. Learn about the most common serverless challenges & how to overcome them.

Serverless technology is spreading across the SaaS industry like wildfire, including the Video Streaming industry. Is it a good idea?

Serverless in enterprise success stories. Why should enterprise move to serverless? What's important to enterprise in serverless.

Read how to design, build, and deploy a serverless Pastebin clone using Cloudflare Worker and KV to upload and share text through links.

Serverless is a fantastic way of building applications, but there is a lot more to consider than simply Lambda functions.

I have seen cloud tech change a lot in my 10 years of experience. AWS and GCP were not the default choice a few years ago, and I have worked in companies that bought and installed physical servers. What a nightmare! And this is why trying out serverless was the natural next step for me. I think everyone should give it a shot, and I wanted to share my experience!

Fauna is a distributed document-relational database delivered as a cloud API.

Build and design a low latency URL shortening service for free like TinyURL and Bitly using serverless technology with Cloudflare Worker and KV.

Serverless fits perfectly with DevOps and provides the edge over your competitors.

The good news is that you can get Eleventy Serverless to run in AWS Lambdas. Even better, you can get it to run in Lambda@Edge.

The Developer's Guide to Building Notification Systems: Scalability, Reliability

What is the Internet Computer Protocol? How does this new Blockchain protocol work? And what sorts of features does the Internet Computer Blockchain have?

Some facts why usage Express.js inside AWS Lambda is pitiful design anti-pattern and how to give it up without pain.

Going serverless is like outsourcing routine tasks to remote pro teams. You get a shorter time to market, lower cost, and better scalability. You focus on features that make your users happy instead of managing a complex infrastructure. You can be more creative and innovative, as a third-party vendor will save you from all the boring tasks.

Various aspects of serverless computing and why developers need to put their best foot forward in adopting serverless quickly.

Today's buzzword 'fluid computing' is one of the most underrated terms in the architecture world. Fluid computing is the master set of fog computing, edge computing, mist computing, and cloud computing, which is one of the most versatile architectures that can help in radically changing the way businesses function for good. In essence, the flow of computing resources, including the CPUs, storage, and memory into the functionalities such as routers and servers through virtual devices, is known as fluid computing. 

Best Practices of Serverless at Scale 

TL;DR: yes, API Gateway can replace what a Load Balancer would usually provide, with a simpler interface and many more features on top of it. The downside is that it doesn’t come cheap.

Ballerina since v1.2.5 has built-in support for Azure Functions. In this way, you can take a Ballerina function and expose it as a serverless function in Azure Functions. Azure Functions take on a unique approach in defining serverless functions with the function trigger and bindings concept. In this way, we can access other cloud services such as storage services (queue, blob, etc.), CosmosDB, Twillio, and timers right from the function itself without any additional connectors or authentication processes. We map our parameters and return types with these bindings, which provides us direct access to the resources.

The AWS Well-Architected Framework (WAF) is a set of best practices used to create highly efficient and cost-effective applications on AWS. Lean more.

Simona Cotin from the United Kingdom is a 2020 Noonie nominee in the Software Development category. Simona is a developer who has a passion for teaching others. Scroll on through for their take on what’s trending in tech today.

We built our e-commerce platform with AWS Lambda and other serverless technology. Herel's why we chose AWS Lambda and more on Serverless FaaS.

Edge computing platforms like Cloudflare Workers and Deno Deploy allow us to write serverless middleware and backends that are both very fast and cheap.

Today, we are excited to announce the launch of WunderGraph Cloud! Today, we are excited to announce the launch of WunderGraph Cloud! 

Exploring Alibaba Cloud Serverless Kubernetes capabilities. Here are two methods for deploying Serverless Kubernetes in Alibaba Cloud.

Note: This article covers everything that I present in Viet Nam Web Summit 2019 (VNWS2019) — the biggest event of Viet Nam IT Community.

Nowadays, “Serverless” keyword becomes very popular. Serverless is changing how developers and companies alike approach delivering business value using the public cloud. You can easily find a dozen of articles regarding this keyword. However, I’m pretty sure that, there are not too many articles show you step-by-step to migrate an On-Premises application to Serverless, but in this article, I will do!

There is an interesting discussion going on around how Serverless is more of a spectrum rather than a binary choice.

Companies need to be thinking long-term before even starting a software development project. These needs are solved at the level of architecture: business owners want to assure agility, scalability, and performance.

A while ago, we covered the invocation (trigger) methods supported by Lambda and the integrations available with the AWS catalog.

Amy Tom talks to Pavel Denisjuk about AWS Lambda and serverless applications. Pavel is the Co-Founder and CTO at Webiny.

Responding to the Serverless Revolution

Amy Tom talks to Pavel Desjnuk, Co-founder and CTO of Webiny, and Richard Kubina, Full-Stack Developer Extrodinaire at Hacker Noon, about serverless CMS.

‘Smart contracts’ is a misnomer. Despite its name, smart contracts on Ethereum are not self-executing digital agreements. Smart contract code only run when triggered by an external account. In other words, you need an external process to trigger the smart contract.