This web application is created by using AWS CodeStar and developed as part of CMPE-281 Project assignment leveraging AWS Cloud services, deployed by AWS CloudFormation to AWS Elastic Bean Stalk and Amazon API Gateway.
CMPE 281: CloudProject-1 EternalStore
- University: San Jose State University
- Course: Cloud Technologies (CMPE-281)
- Professor: Sanjay Garje
- Student: Priya Gupta
- Major: Masters in Software Engineering
Project Documentation : Project1_CloudAssignment-1.pdf
- Video Link for the above Project of Cloud Technologies : https://www.youtube.com/watch?v=W6ClQ-oc-S8&t=169s
Tech Stack Used in this Project
-
Client: Embedded JavaScript, Bootstrap, CSS, HTML5, React
-
Server: Node, Express
-
Libraries: aws-sdk, aws-s3
-
Database: AWS RDA
-
AWS Cloud Services: AWS S3, Elastic Bean Stalk, CloudFront, CloudWatch, EC2, Elastic Load Balancer, Auto Scaling Group, Lambda, Multi AZ,AWS SNS, Route53, Code Star, Lambda, Api Gateway
Featues of Project
- High Availability
- CloudFront Distribution
- Auto Scaling
- Multi Regional AZs
This sample code helps get you started with a simple Express web service deployed by AWS CloudFormation to AWS Lambda and Amazon API Gateway.
These directions assume you want to develop on your local computer or a Cloud9 environment.
To work on the sample code, you'll need to clone your project's repository to your local computer. If you haven't, do that first. You can find instructions in the AWS CodeStar user guide.
-
Install Node.js on your computer. For details on available installers visit https://nodejs.org/en/download/. If you're using a Cloud9 environment, Node.js is already installed.
-
Install NPM dependencies:
$ npm install -
Install the SAM CLI. For details visit https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install.html.
-
Start the development server:
$ sam local start-api -p 8080 -
Open http://127.0.0.1:8080/ in a web browser to view your service.
If you have checked out a local copy of your repository you can start making changes to the sample code. We suggest making a small change to app.js first, so you can see how changes pushed to your project's repository are automatically picked up by your project pipeline and deployed to AWS Lambda and Amazon API Gateway. (You can watch the pipeline progress on your AWS CodeStar project dashboard.) Once you've seen how that works, start developing your own code, and have fun!
To run your tests locally, go to the root directory of the
sample code and run the npm test command, which
AWS CodeBuild also runs through your buildspec.yml file.
To test your new code during the release process, modify the existing tests or add tests to the tests directory. AWS CodeBuild will run the tests during the build stage of your project pipeline. You can find the test results in the AWS CodeBuild console.
Learn more about AWS CodeBuild and how it builds and tests your application here: https://docs.aws.amazon.com/codebuild/latest/userguide/concepts.html
Learn more about AWS Serverless Application Model (AWS SAM) and how it works here: https://github.com/awslabs/serverless-application-model/blob/master/HOWTO.md
AWS Lambda Developer Guide: https://docs.aws.amazon.com/lambda/latest/dg/deploying-lambda-apps.html
Learn more about AWS CodeStar by reading the user guide, and post questions and comments about AWS CodeStar on our forum.
User Guide: https://docs.aws.amazon.com/codestar/latest/userguide/welcome.html
Forum: https://forums.aws.amazon.com/forum.jspa?forumID=248
AWS recommends you review the security best practices recommended by the framework author of your selected sample application before running it in production. You should also regularly review and apply any available patches or associated security advisories for dependencies used within your application.
Best Practices: https://docs.aws.amazon.com/codestar/latest/userguide/best-practices.html?icmpid=docs_acs_rm_sec