sprocs

// serverless apps for AWS

Apps // wormhole()

Overview

wormhole is an open source serverless local tunnel that uses API Gateway (HTTP and WebSocket), Lambda, DynamoDB, and S3 to proxy web requests such as webhooks or API requests to your local environment for testing/development purposes.

  • Easy to deploy: click-through deployment wizard via AWS Amplify
  • Gain visibility and control over your local proxy traffic: keep your development requests within your own cloud infrastructure, know who has access
  • Multiple hosts/clients: setup unlimited custom subdomains for multiple clients (or use single API Gateway endpoint)
  • HTTP auth support: setup HTTP auth to protect your public endpoint

Use-cases

  • Developing mobile apps with local APIs
  • Developing with webhooks from third party services (Twilio, GitHub, etc.)
  • Client demos

Pricing

Free

Getting started