This document provides an overview of serverless computing and introduces serverless frameworks for ClojureScript including CLJS-Lambda and Serverless-Cljs. It defines serverless as exposing single functions that are run on shared servers and paid for only by execution time. Recommended resources on serverless architectures and the AWS serverless page are provided. The document discusses JVM options for ClojureScript lambdas and introduces lein plugins and templates for building, testing, and deploying serverless ClojureScript functions to AWS Lambda including commands for building, deploying, and invoking functions.