Large language models (LLMs) are becoming a larger part of our lives on the internet on an almost daily basis. AI systems are connecting diverse and complex systems, and in 2025, the name of the game is agentic swarms. Connecting multiple agents or models together has unlocked some critical and powerful functionality, but it has ...| Nordic APIs
With the rise of AI agents, many organizations want to expose information that differentiates their business. Doing so has several potential business benefits: attracting new parties at internet scale, monetizing those connections, and enabling new and dynamic user experiences. APIs expose data to the outside world and support many types of clients, like web or ...| Nordic APIs
Learn how to prevent unauthorized API access with scoped tokens, gateways, WAFs, TLS, rate limits, and input validation.| Nordic APIs
Learn how an AI gateway can secure, optimize, and govern AI model usage across your apps and services.| Nordic APIs
In two previous articles I have described how I have implemented my static web application, served from GitHub Pages, with EntraId authentication and data available only to authenticated users through OCI API Gateway (see Private data in public web application — Microsoft EntraId, GitHub Pages, OCI API Gateway and No Code challenge: create file named after user in OCI Bucket through OCI API Gateway). In this article, I want to add an administrator mode to my application. I want any user ...| AMIS Technology Blog
An Intellyx Brain Candy Brief Lunar.dev’s API gateway manages and governs calls to third-party APIs such as those exposed by business partners, SaaS [...]| intellyx.com
This guide walks through deploying a NodeJS application to AWS Lambda using OpenTofu and GitHub Actions. We cover setting up the development environment, creating a basic AWS Lambda function, and implementing a CI/CD pipeline for ongoing development. We also discuss GitOps principles, security considerations, and performance optimization for Lambda functions. If you're an engineer and want to learn about AWS Serverless, JavaScript, Infrastructure as Code, and Continuous Integration/Continuous...| Developer Friendly Blog
Learn the what, why, and how of API Gateway access logs.| DeBrie Advisory Blog
Look inside the black box of AWS API Gateway to understand authorization, method requests and responses, integration requests and responses, VTL templates, and more.| DeBrie Advisory Blog
A performance comparison between three different methods of deploying an API on AWS| DeBrie Advisory Blog
With AWS API Gateway, you can skip the compute layer and connect API requests directly to other AWS services. Learn how to connect API Gateway requests to AWS SNS in this post.| DeBrie Advisory Blog
AWS CDK で Amazon API Gateway に Amazon Route 53 のカスタムドメインを設定してみた💡 実際に試したログをまとめておく \( 'ω')/ サンプルコード 今回は Amazon Route 53 でドメインを取得してある前提とする.サンプルコード上では xxxxx.com にしておく📝 👾 api-gateway-custom-domain.ts import { Stack, StackProps, aws_apigateway, aws_certificatemanager, aws_route53, aws_route53_targets, } f…| kakakakakku blog