Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetadataJson Delayed Start #181

Open
BlakeItOut opened this issue Aug 27, 2024 · 4 comments
Open

MetadataJson Delayed Start #181

BlakeItOut opened this issue Aug 27, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@BlakeItOut
Copy link

The delayed start Eventbridge event should contain an optional field for updating the MetadataJson. The lambda that handles this event would need to be updated to dynamically add the MetadataJson.

@rstrahan rstrahan added the enhancement New feature or request label Aug 27, 2024
@rstrahan
Copy link
Contributor

Good idea @BlakeItOut. Can you elaborate on the use cases that this feature would facilitate?
Are you in a position to make the code changes in a fork, and send a PR? (that would expedite things)
Cheers

@BlakeItOut
Copy link
Author

Sure, we have a parallel system that gets metadata when chime starts a call so it is too slow for the filter lambda to get that metadata and the data does not exist on the original siprec data. This would allow us to add it as soon as we have it and then have it available for downstream systems that actually feed off of DynamoDB streams. We can make the PR.

@rstrahan
Copy link
Contributor

rstrahan commented Oct 4, 2024

Just checking in @BlakeItOut - is a PR for this still in the works?

@BlakeItOut
Copy link
Author

Have not gotten a chance to do this yet. If this is a pressing need for anyone else or anyone wants to run ahead with this PR, happy to have someone else take the lead. Otherwise, it's still on my todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants