Skip to main content

Posts Tagged ‘AWS Lambda’

A man and woman collaborating and discussing work on a computer

Spring Cloud Function with AWS Lambda

Learning outcome from this article: What is Spring cloud function? What is AWS Lambda? Using Spring Cloud function with AWS Lambda. Spring Cloud Function Spring cloud function is one of the Project from Spring cloud Framework. It allows us to create functional applications while retaining all the benefits provided by Spring Boot. It Promote the […]

A group of diverse coworkers working on the computer together

Create S3 Event Notification using AWS Lambda Function

We will learn how to create S3 event notifications using AWS Lambda functions in this blog. Firstly, we will get acquainted with AWS S3 Event Notification and briefly explain AWS Lambda Functions. AWS S3 Event Notification Using Amazon S3 Event Notifications, you can be notified when certain events occur in your S3 bucket. Configure Amazon […]

Istock 1194430859

AWS Serverless Infrastructure & CRUD Operations using NodeJS

A serverless architecture is a way to build and run applications and services without having to manage infrastructure. Your application still runs on servers, but all the server management is done by AWS. Serverless framework is a toolkit for creating, deployment of serverless functions like AWS Lambda, publish the message in SNS, send message to […]

Istock 1194430859

How to Integrate AWS Lambda with Amazon API Gateway Using Terraform Code

In the most scenario we integrated AWS Lambda with API Gateway to run our application which are written in Python, Node.js, Go, .NET, Java, Ruby, etc. A Lambda integration traces a path and HTTP method combination to a Lambda function. We can configure the API Gateway to pass the content of the HTTP request as is […]

4 Ways to Improve Your Amazon Connect Contact Flows

One of the most powerful features available within Amazon Connect is the visual contact flow editor. Within Amazon Connect contact flows are not just used for interactive menus, they allow supervisors to dynamically update the settings for each call entering the system and make sure callers hear personalized and relevant options. This is an area […]

3 steps on creating Premium caller contact flow with Amazon Connect

If a business goal is improving customer satisfaction, Amazon Connect can be used with DynamoDB and AWS Lambda to personalize caller experience as well as ensure Agents have all the necessary information needed to provide a premium experience to the caller. With this article, we will go through three easy steps to create separate contact […]

Serverless Computing – What To Know Before You Start Using It

I am sure many of you are already familiar with Serverless Computing, and might have already used it in your projects. In this blog post, I’ll share my thought process around Serverless Computing, what it is, things to know before you start using it, and where you can use it. The credit for Serverless Computing […]