Simple, Secure, Serverless

We are a stress-free security layer for your serverless architecture

Secure

Let us catch the bad guys. Vandium automatically verifies JWT tokens, protects your API from XSRF attacks and detects SQL injection attempts.

Lightweight

You won't even notice us. Vandium is extremely lightweight and fast. This means we will have minimal impact on both the performance of your functions and the cost.

Built for AWS

AWS as a first class citizen. Vandium was designed for AWS Lambda, it can easily wrap your existing functions without changing any code.

Completely Open Source

Vandium is open source. If you’d like to be part of the Vandium community or help improve the security of the web, check us out on github.

Built for developers

Start securing your system in just 1 line of code.
Look at our examples on github to see some sample configurations.


  var vandium = require( 'vandium' );

  exports.handler = vandium( function( event, context, callback ) {

      callback( null, 'function ran successfully' );
  });

Have questions for us?

Help

Talk to us on our Gitter

Docs

View our documentation and examples

Let's make your serverless infrastructure secure