Skip to content

CloudTara/angular-aws-serverless-demo

Repository files navigation

Demo Angular 6 app deployment on AWS Serverless Architecture

Live deployment of this app can be viewed here

This is the job search portal demo app build on Angular 6. The application backend is built on the AWS Serverless architecture using API Gateway, AWS Lambda, AWS DynamoDB.

When the web-page is requested through given URL, the static angular app and html/css/images are served by Amazon S3 bucket. The angular app then makes asynchronous HTTP requests to the Amazon API gateway endpoint to get the content to be displayed.

Requests form Amazon API gateway end point is configured to invoke AWS lambda functions. The lambda functions process the request, fetch required data from DynamoDB and sends back the response for the request.

Below is a diagram that depicts the deployment architecture.

architecture diagram

About

http://bit.ly/angular-aws Demo Angular 6 app deployment on AWS Serverless Architecture

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •