Skip to content

Commit f45789d

Browse files
authored
Update example-pattern.json
1 parent b9120a0 commit f45789d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apigw-lambda-transcribe-sam-js/example-pattern.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"title": "Amazon API Gateway to AWS Lambda to Amazon Transcribe using AWS SAM",
3-
"description": "This pattern creates a serverless API endpoint using API Gateway and Lambda to transcribe audio files stored in S3 using Amazon Transcribe.",
2+
"title": "Amazon S3 to AWS Lambda to Amazon Transcribe using AWS SAM",
3+
"description": "This pattern creates a serverless pipeline that automatically triggers an Amazon Transcribe job when audio files are uploaded to an S3 bucket, using Lambda to orchestrate the transcription process.",
44
"language": "Javascript",
55
"level": "200",
66
"framework": "SAM",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
10-
"When a POST request is made to the API Gateway endpoint with an S3 audio file URL, it triggers a Lambda function that starts a transcription job using Amazon Transcribe. The Lambda function sends the audio file location to Amazon Transcribe service, which processes the audio and generates text transcription that can be retrieved from the specified S3 bucket."
10+
"When audio files are uploaded to the S3 bucket, it automatically triggers a Lambda function that starts a transcription job using Amazon Transcribe. The Lambda function extracts information about the uploaded audio file and sends it to the Amazon Transcribe service, which processes the audio and generates a text transcription that is saved back to the specified S3 bucket in the "transcriptions" folder."
1111
]
1212
},
1313
"gitHub": {
1414
"template": {
15-
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-lambda-transcribe-sam-js",
16-
"templateURL": "serverless-patterns/apigw-lambda-transcribe-sam-js",
17-
"projectFolder": "apigw-lambda-transcribe-sam-js",
15+
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/lambda-transcribe-sam-js",
16+
"templateURL": "serverless-patterns/lambda-transcribe-sam-js",
17+
"projectFolder": "lambda-transcribe-sam-js",
1818
"templateFile": "template.yaml"
1919
}
2020
},
@@ -59,4 +59,4 @@
5959
"twitter": "achintya_veer"
6060
}
6161
]
62-
}
62+
}

0 commit comments

Comments
 (0)