Architecting a Content Translation Pipeline
In this chapter, you are going to have your first contact with Continuous Integration and Continuous Delivery (CI/CD). You are going to build an event website that automatically renders in your users’ preferred language but deploys it in an automated fashion unlike you have done so far.
Just like in the previous chapter, you are also going to use AWS machine learning services, Python, and Terraform.
In summary, this chapter covers the following main topics:
- What you are going to build – a multilingual web application using a CICD pipeline
- How you are going to build it – using S3, CloudFront, Lambda@Edge, Translate, and CICD tooling
- Building it – using Terraform and Python
- How to improve the application – adopting CICD for infrastructure and supporting more languages
By the end of this chapter, you will have hands-on experience with AWS CI/CD services and be able to build...