6 ms·
Did you look at Up by Apex for inspiration? Very similar framework, but for Lambda languages, any language that compiles to a binary, or Crystal: https://up.doc
by samcodes 9y ago
Did you look at Up by Apex for inspiration? Very similar framework, but for Lambda languages, any language that compiles to a binary, or Crystal: https://up.docs.apex.sh/ https://up.docs.apex.sh/
- superasn 9y agoNo but that looks amazing and much powerful. My focus was a bit different though. I just wanted to adapt Aws Lambda to run existing PHP code without any modifications, so LambdaPhp focuses on deployment but more on the shims that allow existing php projects to run seamlessly on the Lambda architecture, e.g. intercepting file io and redirecting it to s3, capturing sessions to dynamodb, etc..