API Gateway → Lambda の間で何が行われているかを易しく解説 - Qiita

記事を書いたきっかけ 人に教えることが増えてきたので、説明用にまとめてみました。 「間の部分がわからない」という質問をよく受けるのですが、結局API Gatewayのことですね、ってパターンが多いのでこのようなタイトルにしました。 API Gatewayの初級~中級レベル...

Qiita

🦊 Fox v0.29.0 is released!

https://github.com/fox-toolkit/fox

This is mostly a polishing and bug fix release. I'm hoping the next one will finally be v1.0.0.

Fox has similar performance to Gin or Echo, while being as flexible as Gorilla Mux in terms of routing capabilities. As far as I know, it's also the only Go router that provides first-class support for mutating the routing tree safely at runtime, without reconstructing and swapping the entire router or introducing lock contention.

#golang #reverseproxy #apigateway

GitHub - fox-toolkit/fox: A high-performance Go HTTP router for building reverse proxies and API gateways, including use cases like ingress controllers

A high-performance Go HTTP router for building reverse proxies and API gateways, including use cases like ingress controllers - fox-toolkit/fox

GitHub
VOICEVOX EngineとLambda Web Adapterでサーバレスずんだもんを開発した話 - Qiita

サーバレスずんだもんなのだ ふと「APIでずんだもんとおしゃべりしたいのだ」という発想が頭に浮かびました。浮かんでしまったのです。 最初に引っかかったのはコストです。VOICEVOX:ずんだもんをAWSのEC2やFargateで常時起動しておくと、音声合成リクエストが1件...

Qiita

AWS has 200+ services. Most companies use about 15. The same ones show up in every project: EC2, S3, Lambda, RDS, DynamoDB, API Gateway, CloudFront, SQS, SNS, CloudWatch.
That handles 80% of everything. Wrote a guide covering just the ones that matter.

#aws #cloud #infrastructure #EC2 #IAM #S3 #RDS #DynamoDB #Lambda #APIGateway #CloudFront #Route53 #SQS #SNS #CloudWatch #EKS #CDN

https://heyjoshlee.medium.com/the-80-20-of-aws-the-services-that-actually-matter-13509ff90115

The 80/20 of AWS (the services that actually matter)

AWS has over 200 services. That number is intimidating. You log into the console, see a wall of icons, and immediately feel like you need a…

Medium

Engineering a Scalable API Gateway using Cloudflare Workers for Mobile Enrichment in 2026

As we move deeper into 2026, building lightweight infrastructure that minimizes cold starts and latency is the primary differentiator for mobile backends. This project demonstrates how to leverage edg...

📺 Watch here: https://www.youtube.com/watch?v=D4Lt18qYkjc

##CloudflareWorkers ##APIGateway ##EdgeComputing ##MobileDevelopment

Build API Gateway with Cloudflare Workers | Cloud-Native Project | Build Mobile Enrichment API 2026

YouTube

Understanding Observability and Implementing OpenTelemetry for Cloudflare API Gateway

In 2026, the complexity of distributed systems has rendered traditional monitoring insufficient for maintaining service health. Mastering observability is now the primary differentiator for engineers ...

📺 Watch here: https://www.youtube.com/watch?v=1xeLXZAxTy4

##Observability ##OpenTelemetry ##Cloudflare ##APIGateway

7. What is Observability & How to Add Observability to Cloudflare API Gateway using OpenTelemetry

YouTube
LaravelのBladeとCORS設定をAWS(S3 / API Gateway)で再現してみよう - Qiita

こんにちは。 ソーイ株式会社1年目、村上です。 前回LaravelのルーティングとコントローラーをAWSサービスを用いて再現しました。 動作確認の際には CloudShell から値を含め送信し、構築できたか確認しました。 今回はその記事の第2弾です。 実際のWebア...

Qiita
LaravelのルーティングとコントローラをAWS(API Gateway / Lambda)で再現してみよう - Qiita

こんにちは。 ソーイ株式会社1年目、村上です。 皆さん、Laravel使ってますか? 初めてこのフレームワークを触ったとき、私は「魔法」のような利便性に感動しました。 ルートファイルに1行書けばURLが決まり、コントローラを書けばリクエストデータが手に入り、モデルを介せばD...

Qiita

Envoy AI Gateway入門:ローカルKubernetes上でテスト用 LLM のモデル切り替えを試してみた
https://qiita.com/amiyamamoto/items/cd52acfce8c80dd764fc?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #kubernetes #OSS #APIGateway #envoy #AIGateway

Envoy AI Gateway入門:ローカルKubernetes上でテスト用 LLM のモデル切り替えを試してみた - Qiita

はじめに 生成AI / LLM を活用したサービスは、ここ最近ますます増えてきています。そのため、複数のLLM APIを安全かつ効率的に扱うための仕組みが求められるようになってきました。そこで注目されているのが AI Gateway です。 前回の記事「Envoy AI ...

Qiita

AWS API Gateway エッジ最適化 vs リージョナル:CDKで切り替える際に知っておくべきこと
https://qiita.com/_YukiOgawa/items/8612f3afd24f2380f457?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items

#qiita #AWS #APIGateway #CDK

AWS API Gateway エッジ最適化 vs リージョナル:CDKで切り替える際に知っておくべきこと - Qiita

はじめに Amazon API Gateway (REST API) には「エッジ最適化」と「リージョナル」の2つのエンドポイントタイプがあります。CDKでAPI Gatewayを構築する際、endpoint_typesを明示的に指定しないとデフォルトでエッジ最適化が選択...

Qiita