Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 821 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 821 Bytes

Phlex Serverless Proof of Concept

Quick proof of concept (POC) on getting Phlex running on AWS Lambda using Serverless framework.

demo

Referred to phlex-sinatra while working on this POC.

Getting Ready

  1. Ruby 2.7 required.
  2. AWS account is required for deployment.

Getting Started

  1. Clone this project and ensure that serverless is installed.
  2. Update defaultRegion in serverless.yml if needed, default is eu-central-1 (Frankfurt).
  3. Run $ npm install.

Deploy on AWS

  1. Run $ sls deploy.