How to Edit a Lambda Function From the Command Line (When the Console Editor Won't Cooperate)How to Edit a Lambda Function from the Command Line (When the Console Editor Won't Cooperate)Aug 29, 2026·6 min read
End-to-End API Integration Using Apigee Edge in a Global Banking EnvironmentAs an Apigee Developer, I worked on a critical initiative that transformed how we connect internal platforms with external providers— a leading alternative asset management SaaS platform. This blog walks you through what the project was about, the ar...May 20, 2025·4 min read·34
Key differences between Apigee X, Apigee Hybrid, Apigee Edge Private Cloud, and Apigee Edge Cloud:Below are the key differences based on deployment model, runtime location, and so many.. 1. Deployment Model PlatformDeployment Type Apigee XFully managed (SaaS) on Google Cloud Apigee HybridControl plane in GCP, runtime on-prem or other clou...Apr 18, 2025·4 min read·15
Apigee Project : Enterprise API Gateway Implementation using Apigee XProject Overview We will design, implement, and manage an enterprise-grade API Gateway using Apigee X. Provides a multi-cloud SaaS solution for financial services, requiring a secure, scalable, and high-performance API management platform. The projec...Mar 23, 2025·8 min read·25
API Types"A Comprehensive Guide to API Types: From REST to GraphQL and Beyond" "Understanding APIs: The Backbone of Modern Digital Ecosystems" "API Demystified: REST, SOAP, GraphQL, and More Explained" "Choosing the Right API Type: A Developer’s Guide to R...Dec 31, 2024·4 min read·4
HMAC Policy Implementation.This policy generates and verifies the Hash-Based Message Authentication Code(MAC).It is also called keyed Message Authentication code as it uses a secret key to generate the MAC.HMAC uses any of the following cryptographic Hash functions.- SHA-1- SH...Dec 25, 2024·5 min read·9
PROJECT - Based on Basic authentication, Verify API key, and Javascript policyCREATE an API proxy with an appropriate base path. Attach a verify API key policy {the client_id and client_secret must be sent in the Basic Authorization encoded form from Postman}. The base64 encoded authorization should be decoded using Basic Au...Dec 25, 2024·3 min read·29