macta / PharoLambda

Basic example of calling Pharo from AWS Lambda.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic example of calling Pharo from AWS Lambda.

This work is loosely based on this tutorial for other languages.

You will need to setup an AWS Lambda account and create a zip file containing this function as well as a Pharo 64bit linux vm and an image containing the classes in this repo.

You can also create a simple Alexa skill to call this function by following the gist of this example.

About

Basic example of calling Pharo from AWS Lambda.


Languages

Language:Smalltalk 65.9%Language:JavaScript 34.1%