Skip to content

pascalaws/fpc-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS FreePascal Custom Runtime

A bare bones FreePascal Custom Runtime for AWS Lambda

The custom runtime allows you to use FreePascal natively on AWS Lambda without any side-loading or hacky tricks.

This is the core skeleton and contains no functionality other than the basic setup and event polling.

Use it as-is for max performance, or wait for the webserver one (Coming soon) which lets you easily use fpHttpServer (Equivalent to using Express.js with the Node.js runtime)

Releases

No releases published

Packages

No packages published

Languages