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 manage AWS Transfer Server host keys with CloudFormation

Xebia

The AWS Transfer Server provides a SFTP as a service. Add transfer server host key To add a Transfer Server host key in your AWS CloudFormation template, use the following syntax: TransferServerHostKey: Type: Custom::TransferServerHostKey Properties: ServerId: ! amazonaws.com/lambdas/cfn-transfer-server-host-key-provider-0.1.1.yaml

AWS 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

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

Automate the process to change image backgrounds using Amazon Bedrock and AWS Step Functions

AWS Machine Learning - AI

However, Amazon Bedrock and AWS Step Functions make it straightforward to automate this process at scale. Step Functions allows you to create an automated workflow that seamlessly connects with Amazon Bedrock and other AWS services. The DynamoDB update triggers an AWS Lambda function, which starts a Step Functions workflow.

AWS 113
article thumbnail

AWS vs. Azure vs. Google Cloud: Comparing Cloud Platforms

Kaseya

In this blog, we’ll compare the three leading public cloud providers, namely Amazon Web Services (AWS), Microsoft Azure and Google Cloud. Amazon Web Services (AWS) Overview. A subsidiary of Amazon, AWS was launched in 2006 and offers on-demand cloud computing services on a metered, pay-as-you-go basis. Greater Security.

article thumbnail

10 lessons from the AWS hackathon

Stackery

This weekend I had the opportunity to participate in the AWS Hackathon in Portland. Based on the hackathons hosted at re:Invent, this brought together about 100 developers of all skill levels to break up into small teams and produce a demo product in 10 hours. My AWS Hackathon Takeaways. AWS Lambda is the future.

AWS 52
article thumbnail

Instrumenting Lambda with Traces: A Complete Example in Python

Honeycomb

We’re big fans of AWS Lambda at Honeycomb. As you may have read , we recently made some major improvements to our storage engine by leveraging Lambda to process more data in less time. For this project, that meant getting instrumentation out of Lambda and into Honeycomb. The lifecycle of a Lambda container is tricky.

Lambda 52