From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis (2019)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Getting started with the project

Getting started with the project - Amazon Web Services (AWS) Tutorial

From the course: AWS for Developers: Data-Driven Serverless Applications with Kinesis (2019)

Start my 1-month free trial

Getting started with the project

- [Instructor] In this video, we will get started with the project. We are going to start with the base of the project and then create our first AWS lambda and API gateway and we will deploy it to the cloud. First, we are going to create a serverless framework project that will serve as the base of our whole project. Then, we are going to create a simple lambda that will execute when a message comes to an endpoint. To create the endpoint, we are going to use API gateway. Finally, we are going to deploy into our AWS account. We are going to get started with the first step in our flow. This is a simple diagram of what we are going to build in this video. We will have an endpoint with a method POST and the path order. When we send a message there, it will call an API gateway and that API gateway will trigger a AWS lambda. From now, there won't be business logic in that lambda. So, let's go to the code. So let's get started with base of our project. For do that, the first thing we are…

Contents