-
Notifications
You must be signed in to change notification settings - Fork 1k
Expand file tree
/
Copy pathexample-pattern.json
More file actions
62 lines (62 loc) · 2.32 KB
/
example-pattern.json
File metadata and controls
62 lines (62 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"title": "Amazon API Gateway, AWS Lambda and Amazon Aurora DSQL",
"description": "Creates an API Gateway REST API integrated with an AWS Lambda function that connects to an Amazon Aurora DSQL PostgreSQL cluster",
"language": "Python",
"level": "200",
"framework": "AWS SAM",
"introBox": {
"headline": "How it works",
"text": [
"This sample project demonstrates how to use a Lambda function (invoked by API Gateway), that stores and retrieves data from an Amazon Aurora DSQL PostgreSQL cluster.",
"Aurora DSQL enables you to build always available applications with virtually unlimited scalability, the highest availability, and zero infrastructure management.",
"This pattern deploys a API Gateway REST API, Lambda function and an Aurora DSQL PostgreSQL cluster."
]
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/apigw-lambda-dsql",
"templateURL": "serverless-patterns/apigw-lambda-dsql",
"projectFolder": "apigw-lambda-dsql",
"templateFile": "template.yaml"
}
},
"resources": {
"bullets": [
{
"text": "Amazon Aurora DSQL, the fastest serverless distributed SQL database is now generally available",
"link": "https://aws.amazon.com/blogs/aws/amazon-aurora-dsql-is-now-generally-available/"
},
{
"text": "DSQL Vignette: Aurora DSQL, and A Personal Story",
"link": "https://brooker.co.za/blog/2024/12/03/aurora-dsql.html/"
},
{
"text": "Amazon Aurora DSQL samples",
"link": "https://github.com/aws-samples/aurora-dsql-samples/tree/main/python"
}
]
},
"deploy": {
"text": [
"sam deploy"
]
},
"testing": {
"text": [
"See the GitHub repo for detailed testing instructions."
]
},
"cleanup": {
"text": [
"sam delete"
]
},
"authors": [
{
"name": "Yusuf Mayet",
"image": "https://d2908q01vomqb2.cloudfront.net/9e6a55b6b4563e652a23be9d623ca5055c356940/2021/11/24/Yusuf-mayet-aws.jpg",
"bio": "I am a Solutions Architect at AWS, where I help customers realise that true transformation lies at the intersection of Cloud, DevOps cultural practices, Agile principles, modular and scalable architectures, and efficient team structures.",
"linkedin": "yusufmayet"
}
]
}