Operations | Monitoring | ITSM | DevOps | Cloud

API

The latest News and Information on API Development, Management, Monitoring, and related technologies.

AWS Lambda Telemetry API: a new way to process Lambda telemetry data in real-time

Back in 2020, we covered the launch of Lambda Extensions and the subsequent release of the Lambda Logs API. These features aren’t designed for the average Lambda user. But they allow vendors to build better tools by giving them much-needed access to the Lambda execution environment.

Git-based CMS vs. API-driven CMS: Is One Better Than The Other?

Content management is shifting toward two headless options: Git-based and API-driven. Headless CMS solutions allow developers to edit and manage content easily while still using the front- and back-end tools and platforms they know and love. These Git-based and API-driven CMS solutions give developers a new way to expedite CI/CD processes without compromising product quality. Git is an essential tool for both beginners and seasoned software developers.

How to Create K6 Load Tests from API Recordings

Load testing is one of the most common ways to test the resiliency of your applications. In this blog we show how recording production data with Speedscale and exporting to a K6 load tests gives you the best of both worlds. Whether or not it’s important for your organization, there are clear benefits to be had from implementing these types of tests. By doing so, you can: When it comes to load testing, two of the most modern tools are Speedscale and K6.

Using the REST API Monitoring Support in WhatsUp Gold

With the REST API Monitoring in WhatsUp Gold's Application Performance Monitoring (APM), you can monitor applications by creating components in a custom Application Profile. For example, if you need to monitor PAS for OpenEdge, you can use the integrated Application Profile to query its OEManager and HealthCheck APIs. Our team of engineers has developed a comprehensive technical guide detailing exactly how to set up this kind of functionality in WhatsUp Gold.

AWS Lambda Telemetry API: Enhanced Observability with Coralogix AWS Lambda Telemetry Exporter

AWS recently introduced a new Lambda Telemetry API giving users the ability to collect logs, metrics, and traces for analysis in AWS services like Cloudwatch or a third-party observability platform like Coralogix. It allows for a simplified and holistic collection of observability data by providing Lambda extensions access to additional events and information related to the Lambda platform.

Polling asynchronous APIs with Azure Durable Functions

I have been building a feature on elmah.io lately that picks up validation results from an external API. Before serverless was a thing, I would probably have done this using a scheduled task or Windows Service using Hangfire or similar. But after having migrated everything to serverless Azure Functions, I wanted a good solution running similarly. Azure Durable Functions turned out as the perfect companion and in this post, I'll show you a possible way to implement polling of an asynchronous API.

5 API Security Best Practices to Protect Sensitive Data

API is short for Application Programming Interface. The software-to-software interface provides a secure and standardized way for systems to work with each other. API security means implementing practices that protect APIs from malicious attacks and data theft. Thanks to APIs, applications can deliver the information or functionality requested without user intervention. This means our everyday digital experiences remain virtually effortless.