Skip to content

whiteprompt/lightning-talk-serverless2

Repository files navigation

Lightning Talk Presentation: Serverless 2

Event driven architecture for dynamic frontend generation

This is the companion repo for the Lightning Talk (find the slides here).

Requirements

Install locally

  • Duplicate .env.example and rename it conveniently (e.g. something like .env.development)
    • Edit the values on your newly created .env file to match your own scenario
  • cd lightning-talk-serverless2
  • npm install
  • dotenv -e .env.development -- serverless deploy (replace .env .development by the name of your own file created in the first step)
    • (optional if you use JetBrains) replace the values gotten after the deployment in the requests.http