It's time we stop the old code-first or spec-first debate.
Serverless APIs
Serverless APIs are more than API Gateway and Lambda. This hub collects articles on HTTP APIs, direct integrations, auth, user sessions, performance, and event-driven API design.
Articles
Is your API defined with an Open API Spec? Good news! You can turn that into an event-driven engine in your CI pipeline.
I've been building APIs for years, but recently discovered the power of inferring data from user sessions for a better developer experience.
Did you know API Gateway integrates directly with over 100 services? Learn how to skip Lambda and what to watch out for when you do.
A huge part of serverless API design is handling retries or accidental resubmits. Without it, data integrity goes out the window.
Designing applications for the right amount of scale is a huge architectural task. With serverless part of it is handled for you, but some of it you're on your own.
Serverless is far from new, but it is still young. As adoption grows, new techniques and best practices have emerged to provide an optimal experience for your customers.
Whether you know it or not, you use APIs every day. They control everything we do. Discover how to join the API revolution by building strong APIs with Open API Spec and Postman.
Discover how to move your existing API over and why you may want to wait before you do