Remove tags
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

Automating Serverless Deployment of Lambda Functions with Terraform using Codegiant’s CI/CD

Codegiant

Create and test your terraform files to create AWS Lambda. ” “handler” is an important tag, the value of which determines whether your code runs on Lambda function or not. For this guide, we'll utilize the "AutoScaleupInfra Code Repository" specifically designed for the Lambda Function.

Lambda 52
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
article thumbnail

AWS Tags. What Are They Good For?

Hypergrid

Resource tags may seem unimportant or trivial as you get started on AWS. But as your estate grows tags are fundamental to operational scalability and managing sprawl in your AWS account. In this blog we go over some of the key reasons why you should spend that extra time tagging your AWS resources. Tagging Basics.

AWS 53
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. library/python Tag 3.7 The popular registry Docker Hub is home to thousands of useful container images, used by many software delivery processes. library/python:3.7@sha256:eedf63967cdb57d8214db38ce21f105003ed4e4d0358f02bedc057341bcf92a0'

AWS 130
article thumbnail

Ten Pitfalls you should look out for in AWS IAM

Xebia

In our previous blog , we shortly touched upon security challenges that we can come upon when working with Terraform on AWS. In this blog we want to dig a little deeper into IAM by explaining 10 pitfalls you should look out for when you configure AWS IAM. Other examples are KMS key policies or Lambda function invocation permissions.

AWS 130