Examples of working with PHP and Ruby in Apex (http://apex.run). Created for those who are considering using PHP or Ruby in AWS Lambda. Also includes examples in Go / Golang for comparison.
Spoiler: PHP and Ruby has very high execution duration compared to Golang.
Functions
- sample_go
- sample_go_lambda_proxy - example in Go but also includes codes for Lambda Proxy integration and working with Mongodb
- sample_php
- sample_php_lambda_proxy - example in PHP but also includes codes for Lambda Proxy integration and working with Mongodb
- sample_ruby
Credits / References