Blog

Cristobal Escobar

August 21, 2025

Spread the word


Share your thoughts

As part of the BoxLang World Tour, our CEO Luis Majano recently had the honor of presenting to the Japan AWS User Group in Tokyo. The session, titled:

Building Dynamic AWS Lambda Applications with BoxLang,

brought together cloud enthusiasts, developers, and architects eager to explore how BoxLang is shaping the future of serverless development on the JVM.


What the Session Covered

Luis walked the audience through the fundamentals of AWS Lambda, highlighting its strengths as a serverless computing platform:

  • Automatic scaling and pay-per-use efficiency
  • Execution patterns such as API-driven, event-driven, data streaming, and scheduled workloads
  • Common use cases including REST APIs, IoT, chatbots, AI workflows, and scheduled jobs

From there, he introduced BoxLang, the modular and lightweight dynamic language for the JVM, designed to make serverless development simpler, faster, and more productive.

Key BoxLang highlights included:

  • Lightweight runtime (<8MB) and highly modular design
  • Dynamic and functional programming with optional typing
  • 100% seamless Java interoperability
  • Built-in support for closures, pure functions, caching, scheduling, and more
  • A turnkey BoxLang Lambda Runtime that removes boilerplate and lets developers focus on business logic

Real Use Cases: BoxLang in Action

Luis also showcased real-world BoxLang deployments, including try.boxlang.io, Ortus Solutions’ online playground for experimenting with BoxLang. Powered by AWS Lambda runtimes, the platform already executes more than 32,000 requests per day with average execution times of just 32ms — all while keeping costs close to zero.

The audience saw how the BoxLang Lambda Template provides everything developers need to get started quickly, including:

  • Built-in unit and integration testing with JUnit/TestBox + SAM
  • Packaging with Gradle and CommandBox
  • GitHub Actions for CI/CD pipelines
  • Simplified deployment to AWS

Why This Matters

The Tokyo stop of the BoxLang World Tour demonstrated how BoxLang enables organizations to:

  • Accelerate cloud-native adoption
  • Cut down development time with a runtime tailored for AWS Lambda
  • Migrate legacy applications into a modern, dynamic JVM-based environment

For developers already working with Java or other JVM languages, BoxLang provides a new, expressive, and serverless-ready alternative.


Watch the Slides

If you missed the session or want to dive deeper, you can view the full slide deck here:

View the slides


What’s Next on the BoxLang World Tour

Tokyo was just one of many stops on our journey to connect with developers worldwide. Stay tuned as we continue showcasing BoxLang at leading conferences, meetups, and AWS community events around the globe.

Learn more about BoxLang: https://www.boxlang.io

Try it yourself: http://try.boxlang.io

#BoxLang #AWSLambda #Serverless #CloudNative #JVM #OrtusSolutions #BoxLangWorldTour

Add Your Comment

Recent Entries

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

BoxLang 1.17 Series Part 4 : WriteDump Enhanced!

You call writeDump() on an ORM entity or a very rich class graph . The browser locks up. Thirty seconds later you get a page with forty thousand rows on it, you scroll for a while, you give up, and you go edit your code to dump a sub-key instead. Or worse, you crash the server.

Luis Majano
Luis Majano
September 11, 2026
BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

BoxLang AI 3.4 Blog Series Part 4 : Locking Down Prompt Injection

LLM applications face a class of attack traditional input validation was never built for: prompt injection. An attacker embeds instructions in user input, a retrieved document, a web page your tool fetched, or an MCP result, trying to override your system prompt, exfiltrate data, or hijack a tool call. BoxLang AI 3.4.0 ships four layered, configurable defenses against exactly this, plus one more that's on unconditionally.

Luis Majano
Luis Majano
September 11, 2026