Your API exposes your core infrastructure to API requests which are very unpredictable. Usually when serving normal web or mobile app traffic you have reasonable predictability because behind the demand are real users. For an API the consumers are apps, and they can instantly ramp up hundreds or thousands of requests per second. Imagine, just a single rogue app can bring down your entire service for all your consumers! In this session you will learn tools and techniques to proactively stress test your API and related infrastructure components. With better preparation you will succeed in killing the fail whale for your API.