This directory contains various examples of using the custom runtime in AWS:
A minimal example of executing ClojureScript on AWS Lambda with detailed usage instructions.
Demonstrates how to communicates with S3 from ClojureScript, using the AWS SDK.
Demonstrates how to create a separate layer for dependencies (in this case jars)
Demonstrates how to consuming NodeJS dependencies
Demonstrates using 3rd party dependencies.
TODO: docs
The Serverless framework also supports custom runtimes. This example shows how to easily deploy a small webservice on AWS Lambda and API Gateway that uses ClojureScript.