# Vapor: HTTP APIs / API Gateway 2.0

DevFeed: [Vapor: HTTP APIs / API Gateway 2.0](<https://devfeed.tech/articles/vapor-http-apis-api-gateway-2-0-3931.md>)

Original publisher: [Read original article](<https://laravel.com/blog/vapor-added-support-for-the-new-http-apis>)

Author: Mohamed Said

Published: 2020-04-10T10:00:00Z

Content type: release

Language: en

Sources: [Laravel Blog](<https://devfeed.tech/sources/laravel-blog.md>)

Topics: [Vapor](<https://devfeed.tech/topics/swift-vapor.md>), [Amazon API Gateway](<https://devfeed.tech/topics/amazon-api-gateway.md>), [Laravel](<https://devfeed.tech/topics/laravel.md>), [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [http](<https://devfeed.tech/tags/http.md>), [laravel](<https://devfeed.tech/tags/laravel.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [web](<https://devfeed.tech/tags/web.md>)

## AI overview

Laravel Vapor now supports AWS API Gateway 2.0 HTTP APIs for applications. The announcement highlights up to 70% lower costs and 60% faster request routing compared with API Gateway 1.0.

## Source excerpt

When you launch an application on Laravel Vapor, we use AWS API Gateway to point web traffic to the AWS Lambda function that is powering your application. Normally, this is all magic that happens behi...