DEV Community

cloudonaut

Review: API Gateway HTTP APIs

Cheaper and Faster REST APIs?

Don't miss our blog post Review: API Gateway HTTP APIs - Cheaper and Faster REST APIs?, the written version of this podcast episode.

HTTP APIs

An API gateway acts as an API front-end that receives API requests from clients and forwards them to back-end services. Typically, an API gateway offers the following features:

  • Throttling
  • Billing
  • Authentication and authorization
  • Request validation
  • Request and response transformation

AWS offers different types of API gateways as a managed service. This review takes a closer look at the new service API Gateway HTTP APIs announced in December 2019 and generally since available in March 2020. The cloud provider promises that HTTP APIs are faster and cheaper than it's predecessor. We will look at hard technical facts instead of flowery marketing promises.

A summary of Amazon's API gateways to avoid confusion:

  • API Gateway REST APIs is the full-feature flagship service to build REST APIs announced in 2015.
  • API Gateway HTTP APIs is the fast and straightforward alternative to build REST APIs announced in 2019.
  • API Gateway WebSocket APIs was announced in 2018 and allows you to build a real-time API using WebSockets.
  • Application Load Balancer (ALB) is a layer-7 load balancer with similarities with an API gateway.

This review focuses on HTTP APIs.

Further AWS reviews

Looking for more reviews of AWS services? Here you go!

marbot available for Microsoft Teams

We are happy to announce, that marbot, our chatbot monitoring your AWS infrastructure is now available not only for Slack but for Microsoft Teams as well. marbot sets up CloudWatch Alarms and EventBridge Rules for all parts of your AWS infrastructure. CloudFormation and Terraform are supported. Your team receives alerts as direct messages or channel messages via Slack or Microsoft Teams. The alert includes relevant details to understand and solve the problem.

Give marbot for Micrsoft Teams a try!

Feedback welcome!

We ask for feedback! Please rate or review our podcast on Apple Podcasts or wherever you listen to your favorite shows. Or send us a message via Twitter (Andreas and Michael) or LinkedIn (Andreas and Michael) or send us an email.

Episode source