article thumbnail

Deploying Ruby AWS Lambda functions with CDK

MagmaLabs

Net, or Go ) to write infrastructure as code. Now, let's run the cdk bootstrap command, and the output should be something like: Creating a New Ruby Lambda Function. CDK will look into lib/lambda/ruby_function folder and create a.zip file with the content. Reading Time: 2 minutes What is Cloud Development Kit (CDK).

Lambda 98
article thumbnail

How Do I Run My Go Applications in a Serverless Way?

Dzone - DevOps

This includes an excellent standard library (net/HTTP) along with many popular packages such as Gorilla mux , Gin , Negroni , Echo , Fiber , etc. Using AWS Lambda Go runtime , you can use Go to build AWS Lambda functions. A Serverless approach for this would be to implement each functionality/API as a separate Lambda function.

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

How Do I Run My Go Applications in a Serverless Way - Part 2

Dzone - DevOps

The first part of this series introduced you to the AWS Lambda Go API Proxy , and how its framework/package-specific adapter implementations (for gorilla/mux , echo and net/http ) allows you to run existing Go applications as AWS Lambda functions fronted by Amazon API Gateway.

article thumbnail

Benchmarking AWS Lambda runtimes in 2019 (part I)

The Agile Monkey

Have you ever wondered whether your AWS Lambda could be faster if you used a different runtime? AWS Lambda allows us to execute code in the cloud without needing to provision anything. As an addition to all the available runtimes in AWS Lambda, AWS announced Custom Runtimes at Re:Invent 2018. Rust, Node.js 8.10, C# (.NET

Lambda 66
article thumbnail

Learning Lambda — Part 8

Mike Roberts

Cold Starts This is Part 8 of Learning Lambda, a tutorial series about engineering using AWS Lambda. In this installment of Learning Lambda I discuss Cold Starts. In this installment of Learning Lambda I discuss Cold Starts. Way back in Part 3 I talked about the lifecycle of a Lambda function.

Lambda 52
article thumbnail

Benchmarking AWS Lambda runtimes in 2019 (Part II)

The Agile Monkey

We continue benchmarking AWS Lambda… In Part I of this blog we tested the performance of a Hello World example for 8 different runtimes and got us some very interesting metrics. NET 2.1), and Haskell. NET 2.1), and Haskell. Lambda Pre-requisites AWS Lambda functions interact with other AWS services or APIs through libraries.

Lambda 66
article thumbnail

Going Serverless: Comparing Cloud Providers

Gorilla Logic

The three cloud providers we will be comparing are: AWS Lambda. AWS Lambda. Pricing: AWS Lambda (Lambda) implements a pay-per-request pricing model: Meter. . This allows expenses to be easily tracked and monitored so that your Lambda-specific budget can be kept under control. . Azure Functions. Google Cloud.