Skip to content

Serverless backend for my Angular StudyQuiz application

Notifications You must be signed in to change notification settings

haakomol/StudyQuiz-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StudyQuiz-backend

Serverless backend for my Angular StudyQuiz application.

Uses AWS services API Gateway (for setting up HTTP endpoints), Lambda (for running code when frontend hits those endpoints) and DynamoDB (for persistent data storage). Uses the Serverless framework for streamlined deployment.

After installing Serverless framework and setting up AWS credentials, the Lambda functions and API gateway is set up by running serverless deploy in the folder. Serverless deploys to AWS by using the CloudFormation service to make a CloudFormation stack. The stack (everything that was deployed) can easily be removed again with serverless remove. Docs for Serverless commands.

DynamoDB tables and necesarry IAM roles for the Lambda functions must be set up separately.

About

Serverless backend for my Angular StudyQuiz application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published