|
| 1 | +{ |
| 2 | + "title": "Amazon API Gateway to Amazon Translate", |
| 3 | + "description": "Create a REST API Gateway that can perform POST API Call to Amazon Translate's TranslateText API", |
| 4 | + "language": "Python", |
| 5 | + "level": "200", |
| 6 | + "framework": "CDK", |
| 7 | + "introBox": { |
| 8 | + "headline": "How it works", |
| 9 | + "text": [ |
| 10 | + "This CDK Pattern creates a REST API Gateway. The API Gateway endpoint uses service integration to directly connect to Amazon Translate." |
| 11 | + ] |
| 12 | + }, |
| 13 | + "gitHub": { |
| 14 | + "template": { |
| 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": "translate_api/translate_api_stack.py" |
| 19 | + } |
| 20 | + }, |
| 21 | + "resources": { |
| 22 | + "bullets": [ |
| 23 | + { |
| 24 | + "text": "Amazon Translate API Actions List", |
| 25 | + "link": "https://docs.aws.amazon.com/translate/latest/APIReference/API_TranslateText.html" |
| 26 | + } |
| 27 | + ] |
| 28 | + }, |
| 29 | + "deploy": { |
| 30 | + "text": [ |
| 31 | + "cdk deploy" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "testing": { |
| 35 | + "text": [ |
| 36 | + "See the GitHub repo for detailed testing instructions." |
| 37 | + ] |
| 38 | + }, |
| 39 | + "cleanup": { |
| 40 | + "text": [ |
| 41 | + "Delete the stack: <code>cdk destroy</code>." |
| 42 | + ] |
| 43 | + }, |
| 44 | + "authors": [ |
| 45 | + { |
| 46 | + "name": "Vaidehi Patel", |
| 47 | + "image": "https://avatars.githubusercontent.com/u/23283229?v=4", |
| 48 | + "bio": "I'm a Solutions Architect at Amazon Web Services based in Dallas,TX. I'm a serverless enthusiast, I like to build and architect serverless applications", |
| 49 | + "linkedin": "vaidehi-patel08" |
| 50 | + } |
| 51 | + ], |
| 52 | + "patternArch": { |
| 53 | + "icon1": { |
| 54 | + "x": 20, |
| 55 | + "y": 50, |
| 56 | + "service": "apigw", |
| 57 | + "label": "API Gateway REST API" |
| 58 | + }, |
| 59 | + "icon2": { |
| 60 | + "x": 80, |
| 61 | + "y": 50, |
| 62 | + "service": "translate", |
| 63 | + "label": "Amazon Translate" |
| 64 | + }, |
| 65 | + "line1": { |
| 66 | + "from": "icon1", |
| 67 | + "to": "icon2", |
| 68 | + "label": "" |
| 69 | + } |
| 70 | + } |
| 71 | +} |
0 commit comments