Skip to content

Website for Serverless Performance Framework Data Display

Notifications You must be signed in to change notification settings

Learnspree/spf-web

Repository files navigation

Serverless Performance Framework (WebApp)

This project originated from a paper on serverless performance as part of MSc Software Architecture @ Technological University of Dublin (IT Tallaght).

This project is a simple front-end web-app for the Serverless Performance Framework to display the test results of the relative performance and cost of different language implementations in AWS Lambda and other serverless platforms.

Pre-Requisites

Use of this application with the SPF backend requires a valid AWS (Amazon Web Services) account.

Setup

  • npm install -g @angular/cli
  • npm install

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Deployment

  • DEV: npm run deploy-dev
  • PROD: npm run deploy-prod

Notes

This project was generated with Angular CLI version 8.3.21.