AWS Lambda

Connect AWS Lambda, a serverless compute service, with Webflow to add backend processing for forms, CMS automation, and custom API endpoints without managing servers.

Install app
View website
View lesson
A record settings
CNAME record settings
AWS Lambda

How to integrate AWS Lambda with Webflow

Connect AWS Lambda to Webflow through automation platforms (Zapier, Make, n8n) for visual workflow building, Lambda Function URLs for simple endpoints, or API Gateway for production sites requiring custom domains.

Use automation platforms

Zapier, Make, and n8n connect Webflow triggers (form submissions, CMS changes, e-commerce events) to Lambda function invocations without code.

Zapier offers a pre-built template connecting Webflow form submissions to Lambda function invocations with automatic retry on failures.

Make provides visual scenario building with conditional branching and parallel processing for complex workflows.

n8n offers open-source workflow automation with self-hosting options.

These platforms handle webhook subscriptions, authentication, retry logic, and data transformation automatically. Best for teams without backend development expertise or when business-critical reliability is needed.

Use Lambda Function URLs

Lambda Function URLs create dedicated HTTPS endpoints without API Gateway configuration. Format: https://<url-id>.lambda-url.<region>.on.aws

Setup:

  1. In AWS Console, navigate to your Lambda function → ConfigurationFunction URL
  2. Click Create function URL, set authentication to NONE for public access
  3. Configure CORS: specify your Webflow domain in AllowOrigins, include POST and OPTIONS in AllowMethods
  4. Copy the generated Function URL

Integration options

  • Native Webflow forms: Set your Lambda Function URL in the form's Action field to POST form data directly. This works for simple submissions without custom validation.
  • Custom JavaScript: For real-time validation feedback, multi-step forms, or custom error handling, intercept form submissions with JavaScript and POST to Lambda via fetch().

Use API Gateway

API Gateway provides custom domains, request throttling, usage plans, and detailed monitoring. Use HTTP APIs for lower cost with Lambda integration.

Configure CORS at both API Gateway level AND in Lambda function responses for browser compatibility. Lambda Function URLs are simpler for basic integrations; API Gateway is better for production sites handling thousands of requests daily.

Receive Webflow webhooks

Configure webhooks in Site SettingsIntegrationsWebhooks. Select trigger events and paste your Lambda Function URL as the destination.

Webhook behavior:

  • Webflow webhooks retry automatically 3 times at 10-minute intervals (~30-minute retry window)
  • Signature verification is available via the x-webflow-signature header — validate using HMAC-SHA256 with your webhook secret
  • Implement idempotent handlers to tolerate duplicate deliveries

Rate limits: Webflow allows 60-120 requests/minute depending on plan. Lambda functions calling Webflow APIs should implement exponential backoff for HTTP 429 responses.

What you can build

Integrate AWS Lambda with Webflow for serverless backend functionality.

  • Advanced form processing: Lambda functions validate form data against business rules, score leads, then post to CRM APIs, email platforms, and Slack in parallel. Use native form Action field for simple cases or custom JavaScript for validation feedback.
  • CMS automation: Schedule Lambda functions via EventBridge to pull content from external APIs, transform data, create Webflow collection items, and publish changes automatically.
  • Inventory synchronization: Lambda webhook handlers receive stock updates from external systems and update Webflow CMS product fields via the PATCH endpoint.
  • Secure payment processing: Implement Stripe Elements for client-side tokenization. Lambda receives only tokens (not card numbers) to create charges, keeping you out of PCI scope entirely.

Frequently asked questions

  • For Lambda Function URLs, enable CORS in AWS Console under ConfigurationFunction URL and specify your Webflow domain in AllowOrigins. Your Lambda function must also return CORS headers in responses (Access-Control-Allow-Origin, Access-Control-Allow-Methods). For API Gateway, configure CORS at both the API level and in Lambda responses.

  • Use the x-webflow-signature header for HMAC-SHA256 signature verification with your webhook secret. This validates that requests originate from Webflow. Store secrets in AWS Secrets Manager rather than environment variables.

  • Webflow enforces 60-120 requests/minute depending on plan. Implement exponential backoff for HTTP 429 responses. Check X-RateLimit-Remaining headers before additional requests. For bulk operations, queue requests through Amazon SQS and process at controlled rates. The publish endpoint allows only one successful publish per minute.

  • Never send raw credit card data to Lambda. Use client-side tokenization (Stripe Elements, PayPal SDK) in Webflow custom code. Lambda receives only tokens for charge creation through payment processor APIs. Store transaction IDs only — never card numbers or CVVs.

AWS Lambda
AWS Lambda
Joined in

Description

AWS Lambda is a serverless compute service that runs code in response to events without server management. It supports Node.js, Python, and custom runtimes, scaling automatically to handle traffic with a permanent free tier covering 1 million requests/month.

Install app

This integration page is provided for informational and convenience purposes only.


Other App integration and task automation integrations

Other App integration and task automation integrations

n8n Cloud

n8n Cloud

Connect n8n Cloud's powerful workflow automation platform with Webflow to create sophisticated automations, sync data across multiple tools, and build complex business processes.

App integration and task automation
Learn more
MixItUp

MixItUp

Connect MixItUp with Webflow to add animated filtering and sorting to your CMS collections and static content.

App integration and task automation
Learn more
Make (formerly Integromat)

Make (formerly Integromat)

Connect Make's powerful visual automation platform with Webflow to automate workflows, sync data across 1,800+ apps, and scale your operations without code. Build sophisticated automations that respond to form submissions, update CMS content, and manage e-commerce operations automatically.

App integration and task automation
Learn more
Isotope

Isotope

Connect Isotope with Webflow to add dynamic filtering, sorting, and animated grid layouts to CMS collections.

App integration and task automation
Learn more
GitHub

GitHub

Connect GitHub's powerful version control and deployment tools with Webflow to enable continuous deployment, automated workflows, and seamless collaboration between designers and developers. Build modern web applications with visual design and professional development practices.

App integration and task automation
Learn more
Figma to Webflow

Figma to Webflow

Transform static Figma designs into responsive Webflow sites with direct synchronization of components, variables, and styles. Streamline your design-to-development workflow and maintain perfect design fidelity across platforms.

App integration and task automation
Learn more
Alloy

Alloy

Connect Alloy's automation platform with Webflow to streamline e-commerce operations, sync content across systems, and automate marketing workflows without coding.

App integration and task automation
Learn more
API Stack

API Stack

API Stack (apistack.io) is a free directory and discovery platform operated by Apideck B.V., a Belgian company, that catalogs 213+ third-party API tools and services across 40+ categories.

App integration and task automation
Learn more

Related integrations

No items found.

Get started for free

Try Webflow for as long as you like with our free Starter plan. Purchase a paid Site plan to publish, host, and unlock additional features.

Get started — it’s free