Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 597 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 597 Bytes

serverless-webapp

A very simple serverless web app built as part of my talk on AWS for the Advanced Techniques for Software Engineering class (CompSci major @ Università degli Studi di Napoli "Federico II"). This app is the serverless version of serverful-webapp.

Main features

This app features:

  • User sign up and authentication with AWS Cognito and AWS Amplify;
  • Language detection and sentiment analysis on user comments using AWS Comprehend;

Proposed architecture

Proposed Architecture