Quick proof of concept (POC) on getting Phlex running on AWS Lambda using Serverless framework.
Referred to phlex-sinatra while working on this POC.
- Clone this project and ensure that serverless is installed.
- Update
defaultRegion
inserverless.yml
if needed, default iseu-central-1
(Frankfurt). - Run
$ npm install
.
- Run
$ sls deploy
.