Skip to content

Commit 9030100

Browse files
committed
Edit new patterns
1 parent 0e0039f commit 9030100

File tree

6 files changed

+12
-245
lines changed

6 files changed

+12
-245
lines changed

apigw-data-validation-tf/apigw-data-validation-tf.json

-76
This file was deleted.

apigw-data-validation-tf/example-pattern.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "API Gateway data validation",
3-
"description": "Creates an API Gateway with request validation, rejecting invalid requests before Lambda invocation using model schema validation.",
2+
"title": "Amazon API Gateway data validation",
3+
"description": "Creates an Amazon API Gateway with request validation, rejecting invalid requests before AWS Lambda invocation using model schema validation.",
44
"language": "YAML",
55
"level": "300",
66
"framework": "Terraform",
@@ -21,7 +21,7 @@
2121
"resources": {
2222
"bullets": [
2323
{
24-
"text": "API Gateway model example",
24+
"text": "Amazon API Gateway model example",
2525
"link": "https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-resource-api.html#sam-api-models"
2626
},
2727
{

apigw-dynamodb-python-cdk/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# API Gateway direct integration to DynamoDB
2+
# Amazon API Gateway direct integration to Amazon DynamoDB
33

44
This pattern shows how to create an API Gateway with direct integration to DynamoDB.
55
The pattern showcase transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.

apigw-dynamodb-python-cdk/apigw-dynamodb-python-cdk.json

-71
This file was deleted.

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

+8-13
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"title": "API Gateway direct integration to DynamoDB",
3-
"description": "Direct integration with API Gateway to DynamoDB with transformation using VTL and CDK and examples for Cognito, Lambda authorizer and API keys.",
2+
"title": "Amazon API Gateway direct integration to Amazon DynamoDB",
3+
"description": "Direct integration from Amazon API Gateway to Amazon DynamoDB with transformation using VTL and CDK and examples for Amazon Cognito, AWS Lambda authorizer and API keys.",
44
"language": "Python",
55
"level": "300",
6-
"framework": "CDK",
6+
"framework": "AWS CDK",
77
"introBox": {
88
"headline": "How it works",
99
"text": [
@@ -16,7 +16,7 @@
1616
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-dynamodb-python-cdk",
1717
"templateURL": "serverless-patterns/apigw-dynamodb-python-cdk",
1818
"projectFolder": "apigw-dynamodb-python-cdk",
19-
"templateFile": "apigw_dynamodb_python_cdk_stack.py"
19+
"templateFile": "apigw_dynamodb_python_cdk/apigw_dynamodb_python_cdk_stack.py"
2020
}
2121
},
2222
"resources": {
@@ -28,20 +28,15 @@
2828
]
2929
},
3030
"deploy": {
31-
"text": [
32-
"cdk deploy"
33-
]
31+
"text": ["cdk deploy"]
3432
},
3533
"testing": {
36-
"text": [
37-
"See the GitHub repo for detailed testing instructions."
38-
]
34+
"text": ["See the GitHub repo for detailed testing instructions."]
3935
},
4036
"cleanup": {
41-
"text": [
42-
"Delete the stack: <code>cdk delete</code>."
43-
]
37+
"text": ["Delete the stack: <code>cdk delete</code>."]
4438
},
39+
4540
"authors": [
4641
{
4742
"name": "Maya Morav Freiman",

automate-secrets-manager-tags/automate-secrets-manager-tags.json

-81
This file was deleted.

0 commit comments

Comments
 (0)