Use case
Amazon Connect Outbound campaigns supports invoking a lambda function as part of a journey flow.
This sends a batch of customer profiles for processing
I would like support for this in powertools
Solution/User Experience
I love powerools, pydantic, and types - so would be great to have:
- event source data classes for the request and the response
- batch processer support (stretch goal, would love to have).
I am happy to be involved in implementing this.
Details on the lambda function invocation: https://docs.aws.amazon.com/connect/latest/adminguide/lambda-invoke-functions.html It looks like the customer data is a json string that would be good to parse - would be good to get a concrete json schema for this.
Alternative solutions
Acknowledgment
Use case
Amazon Connect Outbound campaigns supports invoking a lambda function as part of a journey flow.
This sends a batch of customer profiles for processing
I would like support for this in powertools
Solution/User Experience
I love powerools, pydantic, and types - so would be great to have:
I am happy to be involved in implementing this.
Details on the lambda function invocation: https://docs.aws.amazon.com/connect/latest/adminguide/lambda-invoke-functions.html It looks like the customer data is a json string that would be good to parse - would be good to get a concrete json schema for this.
Alternative solutions
Acknowledgment