Swift: Added video generation example code for Nova Reel, Amazon Bedrock
This pull request includes a basic video generation code example, modeled after the python example.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@monadierickx can you make this tiny update ? Thank you
Apologies for the delay, I fixed my mistake and the code should work correctly now.
@shepazon code is fixed and branch is updated. Can you review again ? Thanks
One very small nitpick. The directory name for this example uses underscores while the previously existing example in the same directory uses hyphens for word separation. Ideally these would be the same. I won't insist on changing it but I'd be delighted if it were. :)
Other than that, LGTM.
I noticed the inconsistency too. I propose to fix this in a separate PR once the open PR's are merged. As that would allow me to make all bedrock runtime code examples consistent.
If that is the way you want to go, would you prefer all hyphens, underscores or CamelCasing? The convention within the code examples was not clear to me.
@brmur do you know when this will be merged ?