How to get the project ID in a Java Cloud Function
As I was working with my colleague Sara Ford on testing the Cloud Functions runtimes for the upcoming “second generation” of the product, rebased on the Cloud Run platform, I wrote a few simple…
Read the full articleYou might also wanna read

Agents, Workers, Workflows - Run AI-generated code on-demand with Code Sandboxes (new)
AI is supercharging app development for everyone, but we need a safe way to run untrusted, LLM-written code. We’re introducing Sandboxes , w

Durable Objects, Workers - Access Durable Object name via `ctx.id.name`
When your Worker accesses a Durable Object via idFromName() or getByName() , the same name is now available on ctx.id.name inside the object

Durable Objects, Workers - New Best Practices guide for Durable Objects
A new Rules of Durable Objects guide is now available, providing opinionated best practices for building effective Durable Objects applicati
Running a Lucene Search Engine in AWS Lambda: Technical Challenges and Performance Results
How we compiled a Lucene-based JVM search engine into native code, moved the index to S3+EFS, and managed to cold-start it in 600 millisecon

Durable Objects, Workers - New getByName() API to access Durable Objects
You can now create a client (a Durable Object stub ) to a Durable Object with the new getByName method, removing the need to convert Durable

Workers - Remote bindings (beta) now works with Next.js — connect to remote resources (D1, KV, R2, etc.) during local development
We recently announced our public beta for remote bindings , which allow you to connect to deployed resources running on your Cloudflare acco

Comments
Sign in to join the conversation.
No comments yet. Be the first.