aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.33k stars 3.76k forks source link

stepfunctions-tasks: support for bedrock createModelCustomizationJob task #29042

Open badmintoncryer opened 4 months ago

badmintoncryer commented 4 months ago

Describe the feature

AWS stepfunction supports bedrock optimized integrations. Currently, only invokeModel is supported by CDK, but I would like createModelCustomizationJob to be supported in the same manner.

Use Case

This would be helpful when wanting to execute createModelCustomizationJob as a single task in Step Functions.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.123.0

Environment details (OS name and version, etc.)

irrelevant

pahud commented 4 months ago

Thank you for your feature request and upcoming PR!