Skip to content

Compiler How To

Viktor Chernev edited this page Nov 10, 2024 · 4 revisions

Currently, there are three options for compiling Describe code - using the command line compiler on Windows, using the API in the form of a dll file that can be added to .NET 8.0 projects, and hosting the Lambda project on Amazon AWS and using the compiler as a microservice via HTTP POST requests.

Links

Use the CLI version
Use the API version
Use the AWS version

Clone this wiki locally