DEV Community

Cover image for APIs with Lambda + API Gateway
Kemisola
Kemisola

Posted on

APIs with Lambda + API Gateway

Just launched serverless API—powered by AWS Lambda and API Gateway!

In this project, I:

✅ Built a Lambda function to retrieve data from a database.

✅ Configured API Gateway to expose the Lambda function as a RESTful API.

✅ Created a resource and GET method in API Gateway.

Learning how to create APIs means I can access my data from anywhere with a simple HTTP request!

Check out my documentation "https://github.com/MisolaInTheCloud/APIs-with-Lambda-API-Gateway" to see the step-by-step process, from setting up the Lambda function to deploying the API.

Top comments (0)