Articles about serverless

Regularly we post new articles on serverlesscorner.com with insightful and inspiring content using serverless technology.

RSS All about Serverless
  • AWS DynamoDB made easy 2 January 2024
    Simplify your DynamoDB Typescript code with DynamoDB Entity storePhoto by Jeremy Bishop on UnsplashDynamoDB is a great serverless option for persisting data. However, the AWS SDK for DynamoDB is a low-level API that unfortunately forces you to scatter information about your entities across your code. It is a maintenance nightmare. But looking a bit further than the […]
  • Add some layers to your AWS Lambda 3 September 2023
    What are Lambda layers?Photo by Ben Wicks on UnsplashWe all know that adding some extra things can give excellent results. A layer of cheese to your burger, some wasabi to your sushi, and an extra layer code to your Lambda function. Yes, that’s right, you can add Lambda layers to your Lambda function. Lambda layers allow you […]
  • Dodging the Lambda Pinball with DDD 16 May 2023
    An approach on how to design your Lambda’sPhoto by Heather McKean on UnsplashThe latest Thoughtworks radar of April 2023 warns of using serverless technology for it increases the complexity and risks ending up with a Lambda pinball architecture.Boris Tane on Twitter: "what's the worst lambda pinball architecture you've seen in the wild? pic.twitter.com/CEsq0x3HF8 / Twitter"what's the worst […]
  • Serverless metrics with AWS EMF 22 March 2023
    Lambda metrics with AWS Lambda PowertoolsContinue reading on Level Up Coding »
  • ServerlessCorner Monthly: February 2023 20 February 2023
    Photo by Shahadat Rahman on Unsplash⭐ Welcome to the February ServerlessCorner newsletter.⭐⚙️Event-driven programming got a lot of love during the recent AWS re:Invent, but too many loosely coupled events can feel like a pinball architecture. AWS Step functions is a serverless service to orchestrate workflows. The first story ‘What is AWS Step functions’ will give you […]
  • Check business targets with AWS EMF 20 February 2023
    Track your targets with AWS Lambda and Cloudwatch EMFContinue reading on Level Up Coding »
  • ServerlessCorner issue — #11 14 January 2023
    ⭐ Welcome to the revamped ServerlessCorner newsletter.⭐Continue reading on serverlesscorner newsletter »
  • Serverlesscorner Monthly — Issue #10 15 December 2022
    Welcome to the last Serverlesscorner newsletter of 2022.Continue reading on serverlesscorner newsletter »
  • Does AWS Lambda SnapStart make sense? 12 December 2022
    How to use Lambda Snapstart for your Java functionContinue reading on Medium »