Issue
I am in the process of creating a Dashboard app for monitoring of backend services in Angular technology. The app would interact continuously with backend (make API calls) to get the current status of services.
My question is, does this kind of scenario qualify for the app to be hosted in AWS S3 as a static application since the HTML is all static but only content changes continuously?
Solution
S3 can handle this scenario. I was able to develop and deploy this Single Page Application with the requirements on Amazon S3.
Answered By - DP3
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.