I was writing code for a lambda function to be launched in the Action group of Agents for Amazon bedrock, and I noticed that there was no such event in lambda-event.
The absence of events undermines the advantage of being able to write the lambda function in Rust code, so I created an Event structure, referring to the Amazon bedrock documentation.
The code is here
Can I test this and create a Pull request?