Run your code around the world.
Bip Functions are Javascript files that deploy to and run on the Bip platform itself, in several continents worldwide.
addEventListener('fetch', event => {
event.respondWith(handleRequest(event.request))
})
async function handleRequest(request) {
return new Response('Hello world!')
}
With several out the box features including high availability and global reach, Bip Functions allow you to focus on what matters - your application.
We've put some code examples together to help illustrate the power of Bip Functions.
Bip Functions are available now in Beta, and available to all customers on the Bip Plus plan. We will be refining the platform over the coming months, and will announce pricing for extra function invocations when the feature reaches General Availability.
The Bip Plus plan includes 100k function invocations per month. To read more about function limits click here.
Functions are included at no extra charge as part of Bip Plus.