article thumbnail

Rotating secrets with serverless

Xebia

In this article we are going to explore how we can use a serverless approach to automate the secret rotation process, avoiding having to ever endure one of these arduous events again! For this article I will be using the example of rotating the keys for an AWS IAM service account, and updating them in a GitLab.

article thumbnail

Build a Serverless Application for Entity Detection on AWS

Dzone - DevOps

In this blog post, you will learn how to build a Serverless solution for entity detection using Amazon Comprehend , AWS Lambda , and the Go programming language. using the AWS Go SDK , and persist it to an Amazon DynamoDB table. using the AWS Go SDK , and persist it to an Amazon DynamoDB table.

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

Serverless Image Generation Application Using Generative AI on AWS

Dzone - DevOps

This tutorial will walk you through how to use AWS CDK to deploy a Serverless image generation application implemented using AWS Lambda and Amazon Bedrock , which is a fully managed service that makes base models from Amazon and third-party model providers (such as Anthropic, Cohere, and more) accessible through an API.

article thumbnail

Implementing a Serverless DevOps Pipeline With AWS Lambda and CodePipeline

Dzone - DevOps

AWS Lambda is a popular serverless platform that allows developers to run code without provisioning or managing servers. In this article, we will discuss how to implement a serverless DevOps pipeline using AWS Lambda and CodePipeline. What Is AWS Lambda?

Lambda 93
article thumbnail

Using Golang for your Serverless projects

Xebia

In this blog I would like to share the challenges that I have seen and how to mitigate them. When you are creating a serverless project, this changes. An example can be found in the “ Stubbing AWS Service calls in Golang ” blog I wrote. But using Golang for your lambda functions does add some challenges. If you run go test./.

article thumbnail

Running Serverless Service as Serverfull

Dzone - DevOps

The most popular use case in current IT architecture is moving from Serverfull to Serverless design. In this article, we will be showing how to run Kumologica flow as a docker container. There are cases where we might need to design a service in a Serverfull manner or move to Serverfull as part of operational cost.

article thumbnail

Lifting and Shifting a Web Application to AWS Serverless

Dzone - DevOps

This article was authored by AWS Principal Developer Advocate, Marcia Villalba , and published with permission. This article provides a guide on how to migrate a MERN ( M ongo , E xpress , R eact , and N ode.js ) web application to a serverless environment.