Open in app
Home
Notifications
Lists
Stories

Write
Maxime Beaudry
Maxime Beaudry

Home
About

Apr 15, 2021

AWS Lambda Reserved Concurrency vs Retry

When you configure an AWS Lambda, you can configure it to only allow a certain number of concurrent executions through the “Reserve concurrency” setting. For example, it is possible to configure a Lambda to only allow a single concurrent execution. Even though AWS provides lots of documentation on the topic…

AWS Lambda

6 min read

AWS Lambda Reserved Concurrency vs Retry
AWS Lambda Reserved Concurrency vs Retry

Mar 26, 2020

Export the GitHub statistics of your organization contributors

GitHub contributors statistics are often helpful to get the pulse of a GitHub repository. They make it possible to have a break down of added/removed lines of code and number of commits by contributors. Quite handy! But when you are trying to get a higher level view and get the…

Github

3 min read

Export the GitHub statistics of your organization contributors
Export the GitHub statistics of your organization contributors

Published in The Startup

·Jan 16, 2020

Using the C# AWS CDK to implement Centralized logging for AWS Lambda

It is common practices to define cloud infrastructure using an Infrastructure as Code (IaC) tool like Terraform, CloudFormation or the Serverless Framework. All these tools have something in common: they require you to define your infrastructure in YAML format. …

AWS

10 min read

Using the AWS CDK in C# to implement centralized logging for AWS Lambda
Using the AWS CDK in C# to implement centralized logging for AWS Lambda

Oct 25, 2019

Improved AWS Lambda JSON Serialization in C#

AWS lambda functions are the foundation of serverless computing on AWS. They are useful to react to AWS events (SNS message published, file uploaded on S3, etc) but are also often used to just do some serverless computing. You invoke your lambda with some input, it computes something and returns…

AWS

3 min read

Improved AWS Lambda JSON Serialization in C#
Improved AWS Lambda JSON Serialization in C#

Mar 26, 2019

The sad truth about AWS Lambda cold starts in .NET

When building a web application using a serverless micro-service architecture on AWS, you end up using lambdas extensively. Lambdas are very useful and simple but they suffer from the cold start problem. As described in details by Serhat Can in this article, a cold start is defined as: A latency…

AWS

8 min read

The sad truth about AWS Lambda cold starts in .NET
The sad truth about AWS Lambda cold starts in .NET
Maxime Beaudry

Maxime Beaudry

Back end developer at LANDR Music

Following
  • Artem Diashkin

    Artem Diashkin

  • Zac Charles

    Zac Charles

  • TJ Holowaychuk

    TJ Holowaychuk

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable