Java: Code example for Generating video with Nova Reel / Bedrock#7360
Java: Code example for Generating video with Nova Reel / Bedrock#7360brmur merged 6 commits intoawsdocs:mainfrom
Conversation
|
@temnikovd Can you please add the following text to the top of the appropriate files, per the return of the above check (https://github.com/awsdocs/aws-doc-sdk-examples/actions/runs/14425523221/job/41272075246?pr=7360): // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. |
scmacdon
left a comment
There was a problem hiding this comment.
The Java files need to have:
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Otherwise, it will not pass the check that allows use to merge it. Cna you please make these updates.
@brmur @scmacdon - Thank you for the comments |
|
@temnikovd To add the example to the the AWS Code Libary (and the Bedrock Runtime Service Guide), can you please:
|
|
@brmur thanks, I've updated the code, added metadata and tags |
|
Updated metadata formatting. Builds no. @scmacdon to review prior to merge |
…d the Bedrock Runtime Service Guide)
a652200 to
a4440fd
Compare
This PR introduces a Spring Boot service that integrates with Amazon Bedrock's Nova-Reel model to generate short videos based on text prompts. It includes a REST controller, a service layer that handles AWS Bedrock async requests, and a response model.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.