Re: [fpc-pascal] FPC Lambda Runtime

2019-05-08 Thread Alan Krause
Michael, Permission granted. After using FPC to produce our first Windows 64-bit library, and then using it to produce Linux libraries, I am happy to contribute something back. Cheers, Alan On Wed, May 8, 2019 at 2:22 PM Michael Van Canneyt wrote: > > > On Wed, 8 May 2019, Alan Krause wrote:

Re: [fpc-pascal] FPC Lambda Runtime

2019-05-08 Thread Michael Van Canneyt
On Wed, 8 May 2019, Alan Krause wrote: FPC Community, Over the weekend I looked into AWS Lambda function custom runtimes, with the hope of being able to create one using Free Pascal. I'm happy to say that I have it up and running, and it produces a very small and quick runtime perfect for AWS

[fpc-pascal] FPC Lambda Runtime

2019-05-08 Thread Alan Krause
FPC Community, Over the weekend I looked into AWS Lambda function custom runtimes, with the hope of being able to create one using Free Pascal. I'm happy to say that I have it up and running, and it produces a very small and quick runtime perfect for AWS. For sample code, please take at look at t