You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stepfunctions-bedrock-sam/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# AWS Step Functions Express Workflow to Amazon Bedrock Anthropic Claude Model v2.1 for Content Generation
1
+
# AWS Step Functions Express Workflow to Amazon Bedrock Anthropic Claude Sonnet 4.5 for Content Generation
2
2
3
3
The Step Functions Express Workflow can be started using the AWS CLI or from another service (e.g. API Gateway).
4
4
5
-
The SAM template deploys a Step Functions Express workflow that invokes Amazon Bedrock Anthropic Claude Model v2.1 and returns the generated content based on the provided prompts. The SAM template contains the required resources with IAM permission to run the application with logging enabled.
5
+
The SAM template deploys a Step Functions Express workflow that invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 and returns the generated content based on the provided prompts. The SAM template contains the required resources with IAM permission to run the application with logging enabled.
6
6
7
7
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/stepfunctions-bedrock-sam
8
8
@@ -42,7 +42,7 @@ Important: this application uses various AWS services and there are costs associ
42
42
## How it works
43
43
44
44
* Start the Express Workflow using the `start-sync-execution` api command with a "prompt" string in English for generating content as per the input payload.
45
-
* The Express Workflow invokes Amazon Bedrock Anthropic Claude v2.1 Model with the prompt.
45
+
* The Express Workflow invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 with the prompt.
46
46
* Amazon Bedrock returns the generated content as the given promptsentiment of the input text.
47
47
* If the integration succeeds, the generated content is returned in the Step Function execution results within an `output` object.
48
48
* If the integration fails, the Step Functions workflow will retry up to 5 times before exiting with a `status:FAILED` response.
Copy file name to clipboardExpand all lines: stepfunctions-bedrock-sam/example-pattern.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
{
2
2
"title": "AWS Step Functions to Amazon Bedrock Integration",
3
-
"description": "The SAM template deploys a Step Functions workflow that invokes Amazon Bedrock Anthropic Claude Model v2.1 to generate content for a given prompt.",
3
+
"description": "The SAM template deploys a Step Functions workflow that invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 to generate content for a given prompt.",
4
4
"language": "YAML",
5
5
"level": "200",
6
6
"framework": "AWS SAM",
7
7
"introBox": {
8
8
"headline": "How it works",
9
9
"text": [
10
10
"Start the Express Workflow using the `start-sync-execution` api command with a prompt string in English for generating content as per the input payload.",
11
-
"The Express Workflow invokes Amazon Bedrock Anthropic Claude v2.1 Model with the prompt.",
11
+
"The Express Workflow invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 with the prompt.",
12
12
"Amazon Bedrock returns the generated content as the given promptsentiment of the input text.",
13
13
"If the integration works fine, the generated content is returned in Step Function execution results within a output object.",
14
14
"If the integration fails, the Step Functions workflow will retry up to 5 times before exiting with a status:FAILED response."
Copy file name to clipboardExpand all lines: stepfunctions-bedrock-sam/sfn-bedrock-sam.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
{
2
2
"title": "AWS Step Functions to Amazon Bedrock Integration",
3
-
"description": "This SAM template deploys a Step Functions workflow that invokes Amazon Bedrock Anthropic Claude Model v2.1 to generate content for a given prompt.",
3
+
"description": "This SAM template deploys a Step Functions workflow that invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 to generate content for a given prompt.",
4
4
"language": "YAML",
5
5
"level": "200",
6
6
"framework": "AWS SAM",
7
7
"introBox": {
8
8
"headline": "How it works",
9
9
"text": [
10
10
"Start the Express Workflow using the `start-sync-execution` api command with a prompt string in English for generating content as per the input payload.",
11
-
"The Express Workflow invokes Amazon Bedrock Anthropic Claude v2.1 Model with the prompt.",
11
+
"The Express Workflow invokes Amazon Bedrock Anthropic Claude Sonnet 4.5 with the prompt.",
12
12
"Amazon Bedrock returns the generated content as the given promptsentiment of the input text.",
13
13
"If the integration succeeds, the generated content is returned in Step Function execution results within an output object.",
14
14
"If the integration fails, the Step Functions workflow will retry up to 5 times before exiting with a status:FAILED response."
0 commit comments