RSSAmplifier

Blog

Serverless Life

Life with AWS, Lambda, Node.js, TypeScript ... and without a server to take care of

serverlesslife.comRSS feed ↗35 posts

Latest posts

How to Lose Data Using AWS Serverless Without Even Knowing It

What nobody tells you about serverless - the traps that lead to data loss, duplication, and unpredictable behavior

CDK Booster - Speeding Up Bundling of Lambda Handlers

Stop waiting for CDK to bundle Lambda functions. CDK Booster accelerates TypeScript/JavaScript builds with seamless integration.

Lambda Live Debugger and Other Tips and Tricks for Debugging Serverless Applications

A presentation about Lambda Live Debugger and other tools that make serverless debugging simple and productive.

Lambda Live Debugger vs Official AWS Remote Debugging

AWS now supports Lambda remote debugging. How does it compare to Lambda Live Debugger, and why is that great news for the project.

I Passed 5 AWS Certifications in 5 Days: 15 Essential Tips

When coffee is your best friend and determination is your fuel, passing 5 AWS certs in 5 days becomes more than a crazy goal

Add Logging to AWS Lambda Without Redeploying Using a Simple Extension

A reusable extension for Node.js Lambda that logs requests and responses without code changes or redeployment. Learn how to use it and how I built it.

Query DynamoDB with SQL using Athena - Leveraging EventBridge Pipes and Firehose (2/2)

With the help of EventBridge Pipes and Firehose, you can export DynamoDB data to S3 in near real-time, enabling you to query it using SQL via Athena.

Query DynamoDB with SQL using Athena - Leveraging DynamoDB Exports to S3 (1/2)

Export DynamoDB to S3 and query with Athena using SQL, unlocking powerful, scalable, and serverless data analytics

Serverless Developer Experience is Finally Great with Lambda Live Debugger

Lambda Live Debugger allows you to remotely debug AWS Lambda functions, eliminating the need for time-consuming redeployment.

CDK Escape Hatches + How to Export CDK to CloudFormation

We will look at CDK escape hatches, including the ultimate one: exporting to independent CloudFormation.

Tips and Tricks for Developing CDK Construct using Projen

Projen is an essential tool for creating CDK constructs. But it is opinionated. We will look into tips and tricks on how to overcome its constraints.

Improving CloudWatch Alarms for Lambda Errors

A simple solution to improve the CloudWatch alarm to receive Lambda error details by email. Available as CDK construct or as CloudFormation.

ServerlessSpy—Gain Insight into the Cloud and Write Serverless Tests with Ease

ServerlessSpy is a CDK-based library for writing integration tests on AWS serverless, and it comes with a web console to monitor events in real time.

OpenAPI + Zod + API Gateway + SST = Turbo Productivity

How to boost productivity with OpenAPI schema, Zod library, and client-generated code. Included is a sample serverless app built with SST/CDK.

Load Testing Serverless Application using k6

Serverless is ultimately scalable until it is not. You need to do load testing to make sure that your solution scales. The k6 is an amazing tool for that.

Nine Ways to Lose Data Using Serverless Without Even Knowing It

Designing a serverless system can be complex, and without knowing the internal workings of the services, you could easily lose the data.

How I Passed 5 AWS Certifications in 3 Weeks

In January 2022, I achieved all AWS Associate and Professional certificates. Here are my secrets behind that.

DynamoDB Design Patterns for Single Table Design

Designing DynamoDB data models with single table design patterns can unlock its potential of unlimited scalability and performance for a very low price.

8 Challenges Teams Face When Doing Serverless

Serverless, as new technology, brings new challenges to the team. New technology is not the only thing to learn.

AWS Serverless Challenges and How to Overcome Them

Serverless, for the most part, is the promised land of software development. But it isn’t always a bed of roses.

JavaScript - From Obscure Language to Mainstream Language for Serverless

JavaScript was for decade considered a failed language. But now it is a mainstream multipurpose language that also fits perfectly with serverless solutions.

My Choice of Tools for Serverless Development

Serverless is a relatively new technology. But because of popularity, there are many tools you can use.

Road to Serverless

This is a short summary on what you are getting yourself into when starting with serverless.

Principals of Serverless Design Patterns

Serverless is not just old technology labeled with a new buzzword. It requires a different approach. But the hardest part is forgetting the rules we have learned.

Where Serverless Doesn't Make Sense

Deciding on new technology is always challenging and risky, but choosing serverless is probably a less risky choice.

Serverless Vendor Lock-In

Serverless Vendor Lock-In is not what it seems. You are locked in to APIs, not functions. But in most cases, you are freer than you used to be.

AWS Lambda – Lean Single Purpose or Monolithic Function

Small functions that do one thing only are the indisputable general best practice. But more monolithic functions can sometimes be a better fit for your solution.

AWS Serverless Common Mistakes - Unexpected Behaviors (7/7)

Services sometimes have behaviors that we do not expect. Here are a few samples of what you can encounter when building serverless solutions. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes - Security (6/7)

With serverless, there are fewer security issues because you manage less of the system. But there still are a few issues. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes - Communication with Other Systems (5/7)

"No service is an island" and serverless systems can have problems communicating with other systems. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes – Costs (4/7)

One of downsides of serverless is that it is hard to estimate costs. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes - Performance, Scalability, Optimization, and Monitoring (3/7)

Even with serverless you can have problems with performance and scalability. Learn how to avoid them and how to optimize and monitor your solution. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes – Architecture (2/7)

Mistakes you do while architecting serverless solutions. This is part of a multipart blog post about serverless common mistakes.

AWS Serverless Common Mistakes - Coding (1/7)

Mistakes you do while coding serverless solutions. This is part of a multipart blog post about serverless common mistakes.

Cloud Broke Its Promise, but Serverless Delivered

Ten years ago, the cloud promised no maintenance, high salability, and pay only what you use. With serverless, this has become a reality.