connecting-lambda-to-api-gateway

Connect an existing Lambda function to an API Gateway REST or HTTP API.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill connecting-lambda-to-api-gateway-andrekurait
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: connecting-lambda-to-api-gateway
Source: https://github.com/AndreKurait/claude-marketplace-test/tree/main/skills/specialized-skills/serverless-skills/connecting-lambda-to-api-gateway
Command: npx skills add https://github.com/AndreKurait/claude-marketplace-test --skill connecting-lambda-to-api-gateway-andrekurait

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Connects an existing Lambda function to an API Gateway REST or HTTP API, wiring resources, methods, proxy integration, and deployment to ensure secure, scalable endpoints.

Core Features & Use Cases

  • Automated wiring of Lambda to API Gateway with proxy integration and deployment
  • Configurable security including authorization, CORS, throttling, and logging for production-grade APIs
  • Use Case: Expose serverless Lambda functions as REST endpoints with controlled access and monitoring

Quick Start

Provide the Lambda function name and API settings, and I will create and configure the API Gateway integration.

Frequently Asked Questions about connecting-lambda-to-api-gateway

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect a Lambda function to API Gateway?

To connect an AWS Lambda function to API Gateway, you configure resources, methods, and Lambda proxy integration to expose the function as a web-accessible REST or HTTP endpoint. This Skill automates that entire wiring process.

What's the best way to set up Lambda proxy integration for a REST API?

Lambda proxy integration is best set up by configuring the API Gateway method to forward the entire client request to the Lambda function. This approach streamlines resource and method setup for scalable serverless endpoints.

How do I configure CORS and authorization for serverless API Gateway endpoints?

Configuring CORS and authorization for serverless API Gateway endpoints involves applying security settings during the resource and method setup. This workflow ensures production-grade APIs have controlled access and proper throttling.

Does this workflow handle API Gateway deployment stages and CloudWatch monitoring?

Yes, the workflow handles API Gateway deployment stages and configures monitoring via CloudWatch logs. It satisfies production requirements for configurable authorization, deployment stages, and necessary Lambda permissions.

Can I use this to expose an existing Lambda function as an HTTP endpoint?

You can use this to expose an existing Lambda function as an HTTP endpoint by wiring it to an API Gateway HTTP API. The process includes setting up proxy integration, deployment, and testing for web accessibility.

Why is my Lambda proxy integration not working after API Gateway deployment?

Lambda proxy integration may fail after API Gateway deployment due to missing Lambda permissions or incorrect method configuration. This workflow ensures proper permissions, deployment stages, and testing are applied reliably.