All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Workers VPC - Announcing Workers VPC Services (Beta)

8mo ago

Source

CloudflareWorkers VPC - Announcing Workers VPC Services (Beta)cloudflare.com
Snippet from the RSS feed
Workers VPC Services is now available, enabling your Workers to securely access resources in your private networks, without having to expose them on the public Internet. What's new VPC Services : Create secure connections to internal APIs, databases, and services using familiar Worker binding syntax Multi-cloud Support : Connect to resources in private networks in any external cloud (AWS, Azure, GCP, etc.) or on-premise using Cloudflare Tunnels export default { async fetch ( request , env , ctx ) { // Perform application logic in Workers here // Sample call to an internal API running on ECS in AWS using the binding const response = await env . AWS_VPC_ECS_API . fetch ( " ) ; // Additional application logic in Workers return new Response () ; }, }; Getting started Set up a Cloudflare Tunnel, create a VPC Service, add service bindings to your Worker, and access private resources securely. Refer to the documentation to get started.

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.