This repo includes all the dotnet code needed to interact with the rayon database.
- rayon-core: The core library with all the Classes mapping to the rayon SQL database.
- rayon-import-rhino: The lambda function used to import a Rhino .3dm file into the Rayon database.
- rayon-get-elements: The lambda function used to retrieve and serialize a rayon project from the database into a json format legible by the client application.
- rayon-lambda-common: A utility library used for shared abstractions between dotnet lambdas.