Skip to content

Commit 4ea3621

Browse files
author
Archana Venkitaramanan
committed
Updated
1 parent 4dc44c4 commit 4ea3621

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

apigw-lambda-bedrock-novacanvas/README.md renamed to apigw-bedrock-nova-canvas/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This pattern implements a serverless text-to-image generation service using Amaz
44

55
This invokes a Lambda function containing the request and the function makes a call to Amazon Bedrock's Nova Canvas model to generate an image based on the text description. Once the image is generated, the Lambda function saves it to an S3 bucket and returns this filename to the user through the API Gateway API.
66

7-
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/apigw-lambda-bedrock-novacanvas
7+
Learn more about this pattern at Serverless Land Patterns: https://serverlessland.com/patterns/apigw-bedrock-nova-canvas
88

99
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
1010

@@ -28,7 +28,7 @@ You must request access to the model before you can use it. If you try to use th
2828
```
2929
1. Change directory to the pattern directory:
3030
```
31-
cd apigw-lambda-bedrock-novacanvas
31+
cd apigw-bedrock-nova-canvas
3232
```
3333
1. From the command line, initialize terraform to downloads and installs the providers defined in the configuration:
3434
```
@@ -58,7 +58,7 @@ You must request access to the model before you can use it. If you try to use th
5858
5959
1. Change directory to the pattern directory:
6060
```
61-
cd serverless-patterns/apigw-lambda-bedrock-novacanvas
61+
cd serverless-patterns/apigw-bedrock-nova-canvas
6262
```
6363
6464
1. Delete all created resources

apigw-lambda-bedrock-novacanvas/example-pattern.json renamed to apigw-bedrock-nova-canvas/example-pattern.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
"gitHub": {
1414
"template": {
15-
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-lambda-bedrock-novacanvas",
16-
"templateURL": "serverless-patterns/apigw-lambda-bedrock-novacanvas",
17-
"projectFolder": "apigw-lambda-bedrock-novacanvas",
15+
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-bedrock-nova-canvas",
16+
"templateURL": "serverless-patterns/apigw-bedrock-nova-canvas",
17+
"projectFolder": "apigw-bedrock-nova-canvas",
1818
"templateFile": "main.tf"
1919
}
2020
},
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)