Skip to content

Commit 93aa82f

Browse files
committed
modification
1 parent 735a7fd commit 93aa82f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

script/stepfunction-cloudformation/stepfunction.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Resources:
121121
"Converse": {
122122
"Type": "Task",
123123
"Arguments": {
124-
"ModelId": "us.anthropic.claude-sonnet-4-20250514-v1:0",
124+
"ModelId": "us.amazon.nova-pro-v1:0",
125125
"Messages": [
126126
{
127127
"Role": "user",

src/components/CreateClassWizard.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ import { Schema } from '../../amplify/data/resource';
1919

2020
const client = generateClient<Schema>();
2121

22-
const BUCKET_NAME = 'amplify-s3-ryz';
23-
const REGION = 'us-east-1';
24-
const CLOUDFRONT_URL = 'https://d28jhwy9xe688b.cloudfront.net';
22+
const BUCKET_NAME = 'amplify-s3-ryz'; // need to change the resource information
23+
const REGION = 'us-west-2'; // need to change the resource information
24+
const CLOUDFRONT_URL = 'https://d28jhwy9xe688b.cloudfront.net'; // need to change the resource information
2525

2626
const toCloudFrontUrl = (url: string) => {
2727
if (!url) return url;

0 commit comments

Comments
 (0)