<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>API Gateway - Tag - AWS Sensei</title><link>https://aws-sensei.cloud/tags/api-gateway/</link><description>API Gateway - Tag - AWS Sensei</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 27 Apr 2026 00:00:00 +0200</lastBuildDate><atom:link href="https://aws-sensei.cloud/tags/api-gateway/" rel="self" type="application/rss+xml"/><item><title>Contact Form in the Blog — with AWS SES, Lambda and API Gateway</title><link>https://aws-sensei.cloud/posts/2026-04-27-contact-form/</link><pubDate>Mon, 27 Apr 2026 00:00:00 +0200</pubDate><author>Marcel</author><guid>https://aws-sensei.cloud/posts/2026-04-27-contact-form/</guid><description>🔊 Voiced by Amazon Polly
Static blogs have no backend — but sometimes you still need a way for visitors to get in touch. The usual solution is a third-party service like Formspree or Netlify Forms. My solution: build everything on AWS myself.
The Architecture Browser → API Gateway → Lambda → SES → Email Three AWS services, all serverless. The visitor fills out the form, Lambda validates the input and calls SES — the email lands in my inbox.</description></item><item><title>Real-Time Comments in the Blog — with WebSocket API Gateway, Lambda and DynamoDB</title><link>https://aws-sensei.cloud/posts/2026-04-20-realtime-chat/</link><pubDate>Mon, 20 Apr 2026 00:00:00 +0200</pubDate><author>Marcel</author><guid>https://aws-sensei.cloud/posts/2026-04-20-realtime-chat/</guid><description>🔊 Voiced by Amazon Polly
Static blogs have a problem: no interaction. Comment systems like Disqus exist, but they load third-party JavaScript, track visitors, and never quite fit the blog&amp;rsquo;s look. My solution: build a custom real-time comment section directly on AWS.
The result is the widget at the bottom of this post — you can try it out right now.
The Architecture Browser ←→ WebSocket API Gateway ←→ Lambda ←→ DynamoDB The key difference from a regular REST widget: WebSocket.</description></item><item><title>Sentiment Analysis in the Blog — with AWS Comprehend, Lambda and API Gateway</title><link>https://aws-sensei.cloud/posts/2026-04-10-sentiment-widget/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0200</pubDate><author>Marcel</author><guid>https://aws-sensei.cloud/posts/2026-04-10-sentiment-widget/</guid><description>🔊 Voiced by Amazon Polly
The APIs pipeline from the previous post was ready — waiting for its first feature. The result is the sentiment analysis widget you can try out at the bottom of this post: type a sentence, AWS Comprehend analyzes it in real time and tells you whether it reads as positive, negative, neutral, or mixed.
The Architecture Browser → API Gateway → Lambda → AWS Comprehend Three AWS services, all serverless.</description></item></channel></rss>