-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Java: Code example for Generating video with Nova Reel / Bedrock #7360
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
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.