#21 Review: API Gateway HTTP APIs
Newsletter
Every week, we write about all things AWS. For example, we unbox or review new AWS services. We also share pitfalls that we learned about the hard way ourselves. On top of that, we provide code examples for Infrastructure as Code and Serverless applications.
Subscribe to our newsletter for free!
Notes
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!
- Review: AWS Backup - A centralized place for managing backups?
- Review: Amazon Aurora Serverless - A cloud-native and production-ready relational database?
- Review: AWS Global Accelerator - Improving Latency and Design for Failure
- [Review: Amazon Connect – A Programmable Telephone System](https://cloudonaut.io/review-amazon-connect-programmable-telephone-system/]
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!
Support us
We launched cloudonaut.io in 2015. Since then, we have published hundreds of articles, podcast episodes, and videos. It's all free and means a lot of work in our spare time. We enjoy sharing our AWS knowledge with you.
Have you learned something new by reading, listening, or watching our content? If so, we kindly ask you to support us in producing high-quality & independent AWS content. We look forward to sharing our AWS knowledge with you.
Feedback
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.
Comments
New comment