# API Gateway
The API Gateway is the main interface for building a RESTful API. It allows you to manage all of your endpoints, including connecting them to Lambdas.
# Commandeer Key Features
- View all your endpoints for each API
- See which Lambda is connected to an endpoint
# Helpful Links
A list of API endpoints and the methods allowed for each
A detailed look at an API endpoint that shows the lambda it is connected to.
A lambda detail that allows you to quickly link to the API Gateway that it is connected to.