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. In our case it would be AWS.

article thumbnail

Use StepFunctions to simplify your serverless applications

Xebia

Use StepFunctions to simplify your serverless applications AWS StepFunctions is a great orchestrating tool for your serverless applications. When you write lambda functions that only contain logic to perform a single task they are easier to test. Especially when there is no orchestration logic within your function.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Are Cloud Serverless Functions Exposing Your Data?

Prisma Clud

More than 25% of all publicly accessible serverless functions have access to sensitive data , as seen in internal research. The question then becomes, Are cloud serverless functions exposing your data? AWS Cheat Sheet: Is my Lambda exposed? Both requests are from the same AWS entity, which is external to the Lambda’s account.

article thumbnail

Serverless and Edge Runtime

Apiumhub

This is the introductory post in a two-part series, exploring the world of Serverless and Edge Runtime. The main focus of this post will be Serverless, while the second one will focus on an alternative, newer approach in the form of Edge Computing. Scalability Of course, going serverless is not only for small projects.

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). AWS Lambda, Honeycomb, and OpenTelemetry all provide thorough documentation.

Lambda 52
article thumbnail

AWS Lambda: The Honcho of the Serverless World

RapidValue

One such service is their serverless computing service , AWS Lambda. For the uninitiated, Lambda is an event-driven serverless computing platform that lets you run code without managing or provisioning servers and involves zero administration. How does AWS Lambda Work. Why use AWS Lambda? Read on to know.

Lambda 61
article thumbnail

Use AWS Controllers for Kubernetes To Deploy a Serverless Data Processing Solution With SQS, Lambda, and DynamoDB

Dzone - DevOps

In this blog post, you will be using AWS Controllers for Kubernetes on an Amazon EKS cluster to put together a solution wherein data from an Amazon SQS queue is processed by an AWS Lambda function and persisted to a DynamoDB table.

Lambda 91