Knoldus » AWS Lambda
17 FOLLOWERS
Get insights and perspectives to keep you updated on AWS Lambda technology. Knoldus is the world's largest pure-play Scala and Spark company focused on creating customized high-performance solutions. Our mission is to help businesses succeed with technology by leveraging emerging future-ready technologies thus bringing them a competitive advantage.
Knoldus » AWS Lambda
2y ago
Reading Time: 4 minutes Hello Readers!! We are again back with a new topic. In this blog, we will see how to do lambda-proxy integrations. Before this, we will see what is lambda-proxy integrations and why we need them. What are lambda-proxy integrations? AWS Lambda-proxy integration is a type of integration for Amazon API Gateway that allows a single AWS Lambda function to handle multiple HTTP requests and routes.
The post <strong>How to do Lambda-Proxy Integrations</strong> appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 3 minutes In this article, we will talk about how we will be using serverless to save up to weeks of development time. To demonstrate this, we will be taking an example of a RESTful service which is pretty standard and many projects spend weeks of development time in early stages of the project to set it up. If you take a look at the above diagram,
The post Using Serverless To Save Up To Weeks Of Development Time appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 2 minutes When you get into serverless more, you get tempted to know how to run custom binaries on AWS Lambda because AWS Lambda does not support every framework or runtime so you have to create your own makeshift solutions using the currently available runtimes. Before we go on and add our own binaries, we first need to learn about AWS Lambda and how it actually works.
The post How To Run Custom Binaries On AWS Lambda? [2 Ways] appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 2 minutes In this article, we will talk about how to put event data on AWS event bus using Lambda. This article will help you adapt serverless architecture as it involves one of the standard core data flow models that involve API Gateway, Lambda, and a data processing service such as AWS EventBridge in our case. Throughout the article, we will be taking the help of AWS
The post How To Put Event Data On AWS Event Bus Using Lambda? appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 5 minutes What is CodeShip ? CodeShip is a hosted continuous delivery service that focuses on speed, simplicity and reliability. It is a fast and secure hosted CI service that scales as per user’s needs. CodeShip was founded in 2011, and pretty soon it became one amongst the Saas Continuous Integration and Continuous Delivery leader in the market. CodeShip is now backed by a larger company with
The post Using CodeShip with CodeDeploy appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 6 minutes We’ll learn how to make a REST API with API Gateway in this blog. Let’s start with a quick overview of APIs. What is an API? API stands for Application Programming Interface, and it is a software intermediary that allows two applications to communicate with one another. What is an AWS API? Amazon API Gateway is a fully managed service that makes it easy for
The post How to Make a REST API Using API Gateway appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 4 minutes In this article, we will learn how to send transactional emails using Lambda & Amazon SES. What is Amazon SES? Amazon Simple Email Service (SES) is an email service provided by Amazon which is cost-effective, flexible, and scalable that enables developers to send mails such as transactional emails, marketing emails, or even mass email communications from within an application. Amazon SES provides features such as
The post How To Send Transactional Emails Using Lambda & Amazon SES? appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 3 minutes What is AWS Lambda? AWS Lambda is a compute service that lets you run code without provisioning or managing servers. In essence, this implies that you can develop code in Lambda without having to worry too much about configuring or providing servers or infrastructure. You can use AWS Lambda to run your code in response to events, such as changes to data in an Amazon
The post How to Setup S3 Trigger with Lambda and Dynamodb? appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 4 minutes Serverless Architecture Serverless is an application framework for building a serverless application without having to worry about managing infrastructures. It is based on the principle of third party service (BaaS) and on custom codes which run on a container(FaaS). Serverless architecture doesn’t mean we don’t have a server. With the serverless architecture, we still have a server to run our application, it’s just that
The post A WalkThrough with AWS Lambda appeared first on Knoldus Blogs ..read more
Knoldus » AWS Lambda
2y ago
Reading Time: 4 minutes We’ll learn how to make Websocket API with API Gateway in this blog. Let’s start with a quick overview of APIs. What is an API? API stands for Application Programming Interface, and it is a software intermediary that allows two applications to communicate with one another. What is a WebSocket API? In API Gateway, a WebSocket API is a set of WebSocket routes that are
The post How to make WebSocket API with Amazon API Gateway appeared first on Knoldus Blogs ..read more