Skip to content

Conversation

@KUrushi
Copy link
Contributor

@KUrushi KUrushi commented Dec 4, 2023

Issue #, if available:
#745
Description of changes:
As of today, none of the events registered in lambda-events were related to Bedrock.
I believe that being able to execute Lambda functions in Rust is important from a performance standpoint, and being able to receive and execute events related to Bedrock would be good for the user experience of Lambda Function.

Therefore, I have added a new Event sent from Agents for Amazon Bedrock based on the schema linked here.

I may not have done everything I need to do because I started writing Rust a while ago and have no experience with OSS contributors.
If this is the case, I would appreciate it if you would let me know!

By submitting this pull request

  • I confirm that my contribution is made under the terms of the Apache 2.0 license.
  • I confirm that I've made a best effort attempt to update all relevant documentation.

Copy link
Contributor

@calavera calavera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Can you add a new line to this task so we can test this event in isolation?

https://github.com/awslabs/aws-lambda-rust-runtime/blob/main/Makefile#L66

@KUrushi KUrushi requested a review from calavera December 4, 2023 05:01
@KUrushi
Copy link
Contributor Author

KUrushi commented Dec 4, 2023

Thanks for your advice! I added new line for bedrock events
Could you review it if you have a time?

Copy link
Contributor

@calavera calavera left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thanks!

I'll create a new release today or tomorrow with these changes

@calavera calavera merged commit 3231e9f into aws:main Dec 4, 2023
@KUrushi KUrushi deleted the feature/add-agent-bedrock-event branch December 5, 2023 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants