Skip to content

Commit 2e1982e

Browse files
authored
Update example-pattern.json
1 parent 094560f commit 2e1982e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apigw-translate-python-cdk/example-pattern.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@
33
"description": "Create a REST API Gateway that can perform POST API Call to Amazon Translate's TranslateText API",
44
"language": "Python",
55
"level": "200",
6-
"framework": "AWS SAM",
6+
"framework": "AWS AWS CDK",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
10-
"This Pattern creates a REST API Gateway. The API Gateway endpoint uses service integration to directly connect to Amazon Translate."
10+
"This CDK Pattern creates a REST API Gateway. The API Gateway endpoint uses service integration to directly connect to Amazon Translate."
1111
]
1212
},
1313
"gitHub": {
1414
"template": {
15-
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-translate",
16-
"templateURL": "serverless-patterns/apigw-translate",
17-
"projectFolder": "apigw-translate",
18-
"templateFile": "apigw-translate/template.yaml"
15+
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-translate-python-cdk",
16+
"templateURL": "serverless-patterns/apigw-translate-python-cdk",
17+
"projectFolder": "apigw-translate-python-cdk",
18+
"templateFile": "apigw-translate-python-cdk/template.yaml"
1919
}
2020
},
2121
"resources": {
@@ -49,4 +49,4 @@
4949
"linkedin": "https://www.linkedin.com/in/vaidehi-patel08/"
5050
}
5151
]
52-
}
52+
}

0 commit comments

Comments
 (0)