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! In order to translate this into our serverless function we will need to do this process via code. To do this we simply create a Cloudwatch Event Rule.

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. Text files uploaded to Amazon Simple Storage Service (S3) will trigger a Lambda function which will further analyze it, extract entity metadata (name, type, etc.)

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

Why Object Storage is Best for Cloud-Native Apps

DevOps.com

A crucial question that plagues cloud application developers is, “What kind of storage should we use for our app?” Unlike other choices like compute runtimes—Lambda/serverless, containers or virtual machines—data storage choice is highly sticky and makes future application improvements and migrations much harder.

Storage 125
article thumbnail

Build a Serverless Application for Audio-To-Text conversion

Dzone - DevOps

In this blog post, you will learn how to build a Serverless speech-to-text conversion solution using Amazon Transcribe , AWS Lambda , and the Go programming language.

article thumbnail

Build a Serverless Application for Image Label Detection

Dzone - DevOps

In this blog post, you will learn how to build a Serverless solution to process images using Amazon Rekognition , AWS Lambda and the Go programming language.

article thumbnail

Spend Smarter, Not More: A Guide to AWS Storage Cost Optimization

Xebia

Introduction With an ever-expanding digital universe, data storage has become a crucial aspect of every organization’s IT strategy. S3 Storage Undoubtedly, anyone who uses AWS will inevitably encounter S3, one of the platform’s most popular storage services. Storage Class Designed For Retrieval Change Min.

Storage 147
article thumbnail

Dynamic Data Processing Using Serverless Java With Quarkus on AWS Lambda (Part 1)

Dzone - DevOps

With the growth of the application modernization demands, monolithic applications were refactored to cloud-native microservices and serverless functions with lighter, faster, and smaller application portfolios for the past years.