My first Lambda function in AWS Bedrock Agent

TL;DR AI
2 min readKey summary
A developer built an AWS Bedrock Agent action group backed by a Lambda function to return the current time in China Standard Time.
The setup used an inline OpenAPI schema and a Python Lambda handler with zoneinfo to format the CST time.
The agent was successfully tested and responded with the requested time, demonstrating a custom tool action integration.

