Summary
Full Transcript
👉 See the step by step project guide: https://link.nextwork.org/projects/aws-compute-api?utm_source=youtube In this project, you'll learn to build an API without having to manage traditional servers. Say hello to AWS Lambda and Amazon API Gateway! 00:00:00 Welcome and project intro 00:06:46 🐏 Step #1: Create a Lambda Function 00:29:22 📜 Step #2: Set up API Gateway 00:46:18 🏭 Step #3: Set up an API Resource 00:53:31 🛠 Step #4: Set up an API Method 01:05:55 🚀 Step #5: Deploy your API 01:18:22 💎 Secret Mission: Write Documentation for your API 01:38:43 🗑 Before you go: Delete your resources 01:44:05 🎉 Mission Accomplished: That's a wrap! This is also the SECOND project of an awesome three-tier architecture series. Three-tier architecture splits applications into three essential layers: presentation, logic, and data. In this project, you're diving into the logic tier, which is all about your app's backend. This is where you write and run the code that translates user actions (e.g. button clicks) to application functionality (e.g. website searches or data processing). This project is most ideal for roles like Backend Developer, Cloud Architect, or Systems Engineer, where it's important to understand how to set up serverless architecture and manage APIs. In this project, get ready to... ⚙️ Develop a serverless Lambda function. 🚪 Configure an API with API Gateway. 🔌 Connect Lambda with API Gateway. 💎 Write JSON documentation for your API #AWS #awsproject #threetierarchitecture #threetierproject #awscloudpractitioner
