https://github.com/macta/pharolambda
Basic example of calling Pharo from AWS Lambda.
https://github.com/macta/pharolambda
pharo
Last synced: 8 months ago
JSON representation
Basic example of calling Pharo from AWS Lambda.
- Host: GitHub
- URL: https://github.com/macta/pharolambda
- Owner: macta
- Created: 2017-07-06T21:40:01.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-07T22:04:12.000Z (almost 9 years ago)
- Last Synced: 2025-02-11T10:25:26.845Z (over 1 year ago)
- Topics: pharo
- Language: Smalltalk
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Basic example of calling Pharo from AWS Lambda.
This work is loosely based on this [tutorial](https://aws.amazon.com/blogs/compute/scripting-languages-for-aws-lambda-running-php-ruby-and-go/) for other languages.
You will need to setup an AWS Lambda account and create a zip file containing this [function](./pharoLambda.js) 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](https://github.com/Donohue/alexa).