devops video for a company uses an AWS CodePipeline pipeline to deploy updates to the API several times a month. As part of this process, the DevOps team
A company uses an AWS CodePipeline pipeline to deploy updates to the API several times a month. As part of this process, the DevOps team exports the JavaScript SDK for the API from the API Gateway console and uploads it to an Amazon S3 bucket, which is being used as an origin for an Amazon CloudFront distribution. Web clients access the SDK through the CloudFront distribution's endpoint. The goal is to have an automated solution that ensures the latest SDK is always available to clients whenever there's a new API deployment. As an AWS Certified DevOps Engineer - Professional, what solution will you suggest?