Hi Tim,

Yes, I read that you got Pharo working via the Javascript runtime. It should now be much easier and faster.

I still have to figure out the best way to create a deployment image. With the new bootstrap/modular setup of Pharo 7 it should be possible to create a lean-and-mean runtime image that can run in the cheapest 128MB max. ram configuration.

Jan.

On Thu, Dec 27, 2018 at 2:18 PM Tim Mackinnon <tim@testit.works> wrote:
Cool - I was using a JS shim and had asked AWS many times why they couldn���t open it up wider...��

Now I���m back from my travels I���ll reincarnate my previous work and see how it works with this. I was looking forward to doing more with Lambda, so this is great timing.

��Tim

Sent from my iPhone

On 27 Dec 2018, at 10:32, Jan van de Sandt <jvdsandt@gmail.com> wrote:

Hi,

Last month Amazon extended their serverless runtime platform AWS Lambda with support for custom runtimes. I created a Pharo Lambda Runtime so now we can implement Lambda functions in Smalltalk and easily deploy them on the Lambda platform. Lamba has quite a large "free-tier", more than enough to do some experiments and to host small applications for free.

See the GitHub project for more details��https://github.com/jvdsandt/pharo-aws-toolbox

Cheers,
Jan.