Skip to content

Commit 35f3a11

Browse files
authored
Update README.md
Adding links about custom runtimes
1 parent baff279 commit 35f3a11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ The custom runtime allows you to use FreePascal natively on AWS Lambda without a
77
This is the core skeleton and contains no functionality other than the basic setup and event polling.
88

99
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)
10+
11+
### Useful links
12+
13+
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html
14+
15+
https://docs.aws.amazon.com/lambda/latest/dg/runtimes-walkthrough.html

0 commit comments

Comments
 (0)