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

Wrk

Wrk

Connect Wrk with Webflow to automate workflows triggered by website events, form submissions, and CMS updates.

App integration and task automation
Learn more
PostgreSQL

PostgreSQL

Connect PostgreSQL with Webflow to sync database records to CMS collections and build data-driven websites.

App integration and task automation
Learn more
Clay

Clay

Connect Clay’s data enrichment and automation with Webflow to build personalized, dynamic landing pages at scale — automate content updates and sync enriched data to CMS collections, no code required.

App integration and task automation
Learn more
Wix

Wix

Connect Wix's business tools and scalable infrastructure with Webflow's design flexibility to create powerful, integrated web experiences. This integration enables agencies to design in Webflow while managing content in Wix, synchronize data between platforms, and leverage the strengths of both builders.

App integration and task automation
Learn more
Zoho Flow

Zoho Flow

Connect Zoho Flow with Webflow to automate workflows, sync form data, and trigger actions across 1,000+ apps.

App integration and task automation
Learn more
Whalesync

Whalesync

Instantly sync data between Webflow and other apps like Airtable, Notion, or Google Sheets. Whalesync is the easiest way to sync data from Airtable to Webflow. Simply map the fields in your Webflow CMS to create a real-time, two-way sync. We support text, rich text, images, dates, selects, and even multi-reference fields out of the box. Whalesync gives you the power of real-time, two-way data syncing across all your apps, all without code.

App integration and task automation
Learn more
Supabase

Supabase

Connect Supabase's open-source backend platform with Webflow to add real-time databases, authentication, file storage, and serverless functions to your visually designed websites. Build dynamic applications without traditional coding constraints.

App integration and task automation
Learn more
Prefinery

Prefinery

Connect Prefinery's viral waitlist and referral tools to your Webflow site to build pre-launch momentum and grow your audience through word-of-mouth marketing.

App integration and task automation
Learn more
Pixie - CMS Image Optimizer

Pixie - CMS Image Optimizer

Optimize images in Webflow CMS and eCommerce CMS in a single click. Add multiple Webflow projects to supercharge your Webflow sites.

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