0% found this document useful (0 votes)
4 views5 pages

API Lab

The document outlines an experiment focused on creating a RESTful API using Amazon API Gateway and AWS Lambda. Participants will learn to define API endpoints, integrate them with Lambda functions, and test the API, gaining hands-on experience in the process. The experiment emphasizes the architecture and functionality of API Gateway and Lambda in building scalable APIs.

Uploaded by

praj.shukoff
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views5 pages

API Lab

The document outlines an experiment focused on creating a RESTful API using Amazon API Gateway and AWS Lambda. Participants will learn to define API endpoints, integrate them with Lambda functions, and test the API, gaining hands-on experience in the process. The experiment emphasizes the architecture and functionality of API Gateway and Lambda in building scalable APIs.

Uploaded by

praj.shukoff
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Name=Prajjwal Shukla

[Link]=23bsa10197

LAB: API Gateway

Objective:

The objective of this experiment is to create a RESTful API using Amazon API Gateway and AWS
Lambda. Participants will define API endpoints, integrate them with Lambda functions, and test
the API to understand its functionality.

Prerequisites:

• An active AWS account with appropriate permissions to create and manage API Gateway and
Lambda resources.

• Basic understanding of RESTful APIs and serverless computing.

• Familiarity with programming in Python or [Link].

Learning Objectives:

• Learn how to create a RESTful API using Amazon API Gateway. Understand how to integrate
API endpoints with AWS Lambda functions.

• Gain hands-on experience in testing and debugging a RESTful API.

Underlying Concept / Architecture / Theory:

Amazon API Gateway is a fully managed service that makes it easy to create, publish, maintain,
monitor, and secure APIs at any scale. AWS Lambda is a serverless compute service that runs
code in response to events. Together, they enable the creation of scalable and cost-effective
RESTful APIs.

Key components include:

• API Gateway: Manages API endpoints and integrates with Lambda functions.

• Lambda Functions: Execute code in response to API requests.

• RESTful API: An architectural style for designing networked applications using HTTP methods
(GET, POST, PUT, DELETE).
Figure: API Gateway and Lambda Architecture Overview:

Problem Statement:

Participants will create a RESTful API using Amazon API Gateway, integrate it with AWS Lambda
functions, and test the API to understand its functionality.
Conclusion:

This experiment provided hands-on experience in creating a RESTful API using Amazon API
Gateway and AWS Lambda. Participants learned how to define API endpoints, integrate them
with Lambda functions, and test the API to ensure it operates as expected.

You might also like