Does a Single Page Application (SPA) needs to reside inside Aptible to remain HIPPA compliant?
We have it hosted on our own Amazon AWS on S3 with CloudFront. Since they are pure HTML, CSS, JS files there is no need to have a full web server to deliver them.
This is part of what we discuss in Advanced HIPAA training, and HIPAA Security Officer training
You’ll want to include that app in your secure code development practices, perform security audits and assessments against it, etc…all of the good programmatic security management best practices.
@colby is that true even if we are proxying API requests using a reverse proxy at the app level? To solve CORS issues, we proxy all requests to /api/* from our frontends to our API server, so the data actually comes from the same domain as the app itself. However, there’s no record of the data transferred over the proxy.
My understanding is, that’s fine. But I just want to make sure.
If PHI is passing through a proxy, that constitutes “transmitting ePHI” and if a third-party SaaS/IaaS is hosting that proxy, they’d need to have a BAA in place.