article thumbnail

Automate Lambda Dependencies with Terraform

Xebia

Recently I have been working on a few projects that involved Lambda functions. This meant defining and building these functions and all infrastructure around them via Terraform. Terraform resources I have omitted all of the config details of the resources not in scope so we can focus on the layer config: terraform { #.

Lambda 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
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

Fargate vs. Lambda: The Battle of the Future

Dzone - DevOps

Fargate vs. Lambda has recently been a trending topic in the serverless space. Fargate and Lambda are two popular serverless computing options available within the AWS ecosystem. While both tools offer serverless computing, they differ regarding use cases, operational boundaries, runtime resource allocations, price, and performance.

Lambda 94
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

Managing K8S Infrastructure and Applications on AWS: The Imperative Way

Xebia

The question quite simple: How can we manage K8s infrastructure and applications using one codebase and high level programming languages? In the coming paragraphs we will identify how we can write Infrastructure as Code (IaC) as well as the K8s workload definition for an application that will be deployed on AWS.

AWS 130
article thumbnail

Deploying Ruby AWS Lambda functions with CDK

MagmaLabs

Net, or Go ) to write infrastructure as code. It uses the Construct Programming Model (CPM) to generate CloudFormation templates and materializes them as AWS resources when deployed. Bootstrapping will create an AWS CloudFormation stack with the resources needed before deploying any CDK Apps. Prerequisites. aws/config file.

Lambda 98
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 OTel and Honeycomb environment variables to your template configuration for your Lambda.

Lambda 52