article thumbnail

AWS Lambda Benchmarking

Xebia

In this blog post, we examine the relative costs of different language runtimes on AWS Lambda. Many languages can be used with AWS Lambda today, so we focus on four interesting ones. Rust just came to AWS Lambda in November 2023 , so probably a lot of folks are wondering whether to try it out.

Lambda 130
article thumbnail

Using Golang for your AWS Lambda Functions

Xebia

I was sparked on a XKE to do a short experiment with using Golang for my AWS Lambda Functions. But the advantage of Python is that you can actually see the source code in the AWS Console and tweak it. Dependencies In python you have the option to do inline code in AWS CloudFormation templates. This also a problem!

Lambda 130
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Automate Lambda Dependencies with Terraform

Xebia

Recently I have been working on a few projects that involved Lambda functions. Dir Structure For this solution to work the project directory should be structured in a way so that terraform can find the dependencies you are looking to install to your Lambda. config } provider "aws" { #. requests>=2.0.0

Lambda 130
article thumbnail

Cross account AWS resource access using Terraform

Xebia

We recently ran into the problem where one of our Lambdas needed to reach out to a Pinpoint application running in a secondary account. Note that this requires control over both accounts as you need to provision resources in both. Note that this requires control over both accounts as you need to provision resources in both.

AWS 130
article thumbnail

Streamlining AWS Lambda Deployments

Dzone - DevOps

AWS Lambda, a serverless computing service from Amazon Web Services (AWS), allows developers to run code without provisioning or managing servers. However, managing AWS resources and deploying applications can become complex as projects grow.

Lambda 52
article thumbnail

Sending OpenTelemetry Data From AWS Lambda to Honeycomb

Honeycomb

In this post, I describe how to send OpenTelemetry (OTel) data from an AWS Lambda instance to Honeycomb. I will be showing these steps using a Lambda written in Python and created and deployed using AWS Serverless Application Model (AWS SAM). Add your Honeycomb environment’s API key to AWS Secrets Manager.

Lambda 52
article thumbnail

Deploying Ruby AWS Lambda functions with CDK

MagmaLabs

It is an open-source tool created by the AWS team. It uses the Construct Programming Model (CPM) to generate CloudFormation templates and materializes them as AWS resources when deployed. Install & Configure AWS CLI. NOTE: This requires an AWS role with policy/AdministratorAccess access. aws/config file.

Lambda 98