TZ Weekly 2024 W28
2024年06月28日
- Multi-account resource visibility.
- Integrated Slack with Bedrock.
- Enabled speech recognition feature for the TiZi AI component. In this solution, I:
-- Use async call between micro services, to rationalize the cost related to Lambda function execution duration.
-- Break down the whole functionality into micro-services based on (but not limited to): account / functionality boundaries, the requirement of sync calls, response-time requirements and etc.
-- Added prompt generator feature.
-- Optimized generated answer with format.
- Upgrade TiZi LLM from Claude 3 Opus to Claude 3.5 Sonnet.
[Minor upgrade]
- Updated EKS worker nodes' AMI to the latest.
- Updated EKS add-ons' version to the latest.
- Some improvements on application workflow.
N/A
This site is scheduled for a series of major/minor upgrades, including optimizations and architectural revisions. The entire process will be documented, and this post will serve as a comprehensive index. For detailed information, please refer to the respective individual posts.
Release Note of 2024 Q3 4th Update (Jul. 14, 2024)
Architecture
- Account separation.- Multi-account resource visibility.
- Integrated Slack with Bedrock.
- Enabled speech recognition feature for the TiZi AI component. In this solution, I:
-- Use async call between micro services, to rationalize the cost related to Lambda function execution duration.
-- Break down the whole functionality into micro-services based on (but not limited to): account / functionality boundaries, the requirement of sync calls, response-time requirements and etc.
-- Added prompt generator feature.
-- Optimized generated answer with format.
Version Upgrade
[Major upgrade]- Upgrade TiZi LLM from Claude 3 Opus to Claude 3.5 Sonnet.
[Minor upgrade]
- Updated EKS worker nodes' AMI to the latest.
- Updated EKS add-ons' version to the latest.
Improvements
- Some improvements on Slack UI.- Some improvements on application workflow.
References
N/A