Remove AWS Remove Blog Remove Infrastructure Remove Serverless
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.

article thumbnail

Building Resilient Public Networking on AWS: Part 2

Xebia

Deploy Secure Public Web Endpoints Welcome to Building Resilient Public Networking on AWS—our comprehensive blog series on advanced networking strategies tailored for regional evacuation, failover, and robust disaster recovery. Moreover, we’ve prepared a GitHub repository to complement this blog series.

AWS 147
Insiders

Sign Up for our Newsletter

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

article thumbnail

Using design patterns in AWS Lambda

Xebia

I have noticed the same behavior with serverless. In this blog post I will go over some reasons why you should be using design patterns in your Lambda functions Getting started To get started with AWS Lambda is quite easy, and this is also the reason why some crucial steps are skipped.

Lambda 130
article thumbnail

Build a Serverless Application To Automate Invoice Processing on AWS

Dzone - DevOps

In this blog post, you will learn how to build a serverless solution for invoice processing using Amazon Textract , 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.

article thumbnail

Software infrastructure 2.0: a wishlist

Erik Bernhardsson

Software infrastructure (by which I include everything ending with *aaS, or anything remotely similar to it) is an exciting field, in particular because (despite what the neo-luddites may say) it keeps getting better every year! Anyway, I feel like this applies to like 90% of software infrastructure products. Truly serverless.

article thumbnail

Go Serverless – Integrating Twilio Infrastructure with AWS through API Gateway 

Perficient

In this article, we’re going to explore how to deploy an AWS serverless infrastructure capable of storing and releasing data through typical actions (transcription, call recording, sending SMS through messaging services, etc.) The first thing we need to do is make sure we have the AWS CDK installed on our machine.

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.