In the previous chapter, we picked up some useful skills as we built an application to access signed URLs. One of the most common examples is building a website. So we will move on to expand our repertoire by creating a static website-based example database on Marvel Films. By the end of the chapter, you will understand how to enhance the various techniques presented earlier through rich code samples.
In our example, we will look at some tips on how to incorporate data and also take a first look at security in the context of service accounts. Beyond this, we will look at the main components of a static website and how this might potentially be enhanced.
The following topics will be covered in this chapter:
- Building a static website
- Service account security