NordHero demonstrates the practical application of generative AI using Amazon Bedrock to automatically summarize new blog posts in their website’s CI/CD pipeline. Amazon Bedrock was chosen for its business-ready data security and unified API access to various AI models. The project integrates with AWS Amplify and GitHub Actions to generate summaries when new blog posts are detected. A Python script utilizing boto3 makes the API call to Amazon Bedrock, specifically using Anthropic’s Claude v2.1 text model. The process is entirely code-based, making it easily replicable across different environments. NordHero found Amazon Bedrock simple and effective to use, with quick access to models directly from the AWS Console. While currently limited to Anthropic Claude and Amazon Titan models in the EU, more options are expected in the future.