Remove tags
article thumbnail

Easy lambdas with Netlify

Xebia

Over the past years I’ve tried working with lambda functions on and off a couple of times. Netlify changes all that by making lambdas easy to use. The most basic hello world example I could come up with can be found in this repo , tagged basic-javascript-lambda. file in src/functions.

Lambda 130
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
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 to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

You just implement a create, update and delete method in a Lambda and you are done. && git commit -m 'initial import' && git tag 0.0.0) || exit 0 Initialized empty Git repository in. Creating a custom resource in CloudFormation is really simple. This copier template has it all!

AWS 130
article thumbnail

How to create and deploy an AWS CloudFormation custom provider in less the 5 minutes

Xebia

You just implement a create, update and delete method in a Lambda and you are done. link] 🎤 the AWS profile name integration-test 🎤 the AWS region name eu-central-1 🎤 prefix for the S3 bucket name to store the lambda zipfiles? binxio-public 🎤 Access to lambda zip files?

AWS 130
article thumbnail

Should tech bootcamps keep using job placement metrics in their advertising?

TechCrunch

Fourrage launched his bootstrapped startup, a full-stack coding bootcamp with a focus on affordable education, in 2017 – a year before Lambda School raised its first millions from venture capitalists. He believed that consumers didn’t question Lambda’s high price tag because of the advertised and promised outcome of job placement.

article thumbnail

Domain-Specific Languages in Kotlin: the Type-Safe Builder pattern

Xebia

Everything that a DSL can do is also possible using general, ‘non-specific’ language features, such as methods and lambdas. The first example is the Bean Definition DSL which registers beans using lambdas instead of annotations. In this case, we need to model HTML tags. Domain model: HTML tags. We want to facilitate that.

Lambda 130
article thumbnail

Scheduling Amazon DynamoDB Backups with Lambda, Python, and Boto3

Linux Academy

A simple way to achieve this is to use an Amazon CloudWatch Events rule to trigger an AWS Lambda function daily. In this hands-on AWS lab, you will write a Lambda function in Python using the Boto3 library. Setting this up requires configuring an IAM role, setting a CloudWatch rule, and creating a Lambda function. every 1 day).

Lambda 68