File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
script/stepfunction-cloudformation Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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",
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ import { Schema } from '../../amplify/data/resource';
1919
2020const 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
2626const toCloudFrontUrl = ( url : string ) => {
2727 if ( ! url ) return url ;
You can’t perform that action at this time.
0 commit comments