Skip to content

Commit 3ed4b68

Browse files
committed
Update patterns
1 parent 93e7b3e commit 3ed4b68

File tree

13 files changed

+18
-712
lines changed

13 files changed

+18
-712
lines changed

apigw-lambda-bedrock-nova-terraform/apigw-lambda-bedrock-nova-terraform.json

-94
This file was deleted.

apigw-secretsmanager-apikey-cdk/apigws-secretsmanager-apikey-cdk.json

-97
This file was deleted.

apigw-secretsmanager-apikey-cdk/example-pattern.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "API Gateway, Lambda Authorizer & Secrets Manager for API Key Authentication",
3-
"description": "Implement a secure API key-based authorization system using Amazon API Gateway, Lambda Authorizer, and AWS Secrets Manager.",
2+
"title": "Amazon API Gateway, AWS Lambda Authorizer & Secrets Manager for API Key Authentication",
3+
"description": "Implement a secure API key-based authorization system using Amazon API Gateway, AWS Lambda Authorizer, and AWS Secrets Manager.",
44

55
"language": "TypeScript",
66
"level": "200",

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

-71
This file was deleted.

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"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",
3+
"description": "Create an Amazon API Gateway REST API can perform POST API Call to Amazon Translate's TranslateText API",
44
"language": "Python",
55
"level": "200",
66
"framework": "AWS CDK",

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

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
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.",
4-
"language": "Javascript",
2+
"title": "Amazon S3 to AWS Lambda to Amazon Transcribe",
3+
"description": "This pattern creates a serverless pipeline that automatically invokes an Amazon Transcribe job when audio files are uploaded to an Amazon S3 bucket.",
4+
"language": "Node.js",
55
"level": "200",
66
"framework": "SAM",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
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."
10+
"When audio files are uploaded to the S3 bucket, an AWS Lambda function 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."
1111
]
1212
},
1313
"gitHub": {
@@ -29,26 +29,19 @@
2929
"link": "https://docs.aws.amazon.com/lambda/latest/dg/welcome.html"
3030
},
3131
{
32-
"text": "Amazon Transcribe",
33-
"link": "https://docs.aws.amazon.com/transcribe/latest/dg/what-is.html"
34-
}
32+
"text": "Amazon Transcribe",
33+
"link": "https://docs.aws.amazon.com/transcribe/latest/dg/what-is.html"
34+
}
3535
]
3636
},
3737
"deploy": {
38-
"text": [
39-
"sam build",
40-
"sam deploy --guided"
41-
]
38+
"text": ["sam build", "sam deploy --guided"]
4239
},
4340
"testing": {
44-
"text": [
45-
"See the GitHub repo for detailed testing instructions."
46-
]
41+
"text": ["See the GitHub repo for detailed testing instructions."]
4742
},
4843
"cleanup": {
49-
"text": [
50-
"sam delete"
51-
]
44+
"text": ["sam delete"]
5245
},
5346
"authors": [
5447
{

0 commit comments

Comments
 (0)