Remove tags aws-lambda
article thumbnail

How to create and deploy a golang AWS CloudFormation custom provider in less than 5 minutes

Xebia

In this blog I will show you how to create and deploy a Golang AWS CloudFormation custom provider in less than 5 minutes using a copier template. You just implement a create, update and delete method in a Lambda and you are done. Creating a custom resource in CloudFormation is really simple. > Running task 1 of 1: [ ! -f

AWS 130
article thumbnail

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

Xebia

In this blog I will show you how to create and deploy an AWS CloudFormation custom provider in less than 5 minutes using a Python copier template. You just implement a create, update and delete method in a Lambda and you are done. binxio-public 🎤 Access to lambda zip files? public > Running task 1 of 1: [[ !

AWS 130
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 overcome Docker Hub rate limiting using AWS ECR and AWS CloudFormation

Xebia

In this blog post, you will see how AWS ECR and AWS CloudFormation overcome the rate limiting imposed by Docker Hub and provide full control over your base images. Whenever you try to pull an image from a AWS CodeBuild project, you immediately run it this problem. library/python Tag 3.7 library/python:3.7 RepositoryArn:

AWS 130
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. Each time I got stuck, either clicking in AWS UIs or writing YAML files. Netlify changes all that by making lambdas easy to use. The post Easy lambdas with Netlify appeared first on Xebia. 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 your Honeycomb environment’s API key to AWS Secrets Manager.

Lambda 52
article thumbnail

Leading Regional Home Building Company Benefits from Automated Patch Compliance

Blue Sentry

Blue Sentry’s Managed Services team in association with in-house AWS Enterprise Architects, designed and proposed a solution leveraging AWS Lambda. The lambda code would be written to query EC2 tags and determine a patching option. The tags would allow the instances to be separated into groups.

article thumbnail

Go Serverless – Integrating Twilio Infrastructure with AWS through API Gateway 

Perficient

In this article, we’re going to explore how to deploy an AWS serverless infrastructure capable of storing and releasing data through typical actions (transcription, call recording, sending SMS through messaging services, etc.) It’s actually pretty simple when we leverage the power of the AWS CDK , or Amazon Web Services Cloud Development Kit.