forked from aws-samples/serverless-patterns
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-pattern.json
More file actions
49 lines (49 loc) · 1.3 KB
/
example-pattern.json
File metadata and controls
49 lines (49 loc) · 1.3 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
{
"title": "AWS Lambda Tenant Isolation with SQS",
"description": "Lambda Isolation feature",
"language": "",
"level": "200",
"framework": "AWS SAM",
"introBox": {
"headline": "How it works",
"text": [
"This pattern demonstrate AWS Lambda's tenant isolation feature in Multi-tenant application."
]
},
"gitHub": {
"template": {
"repoURL": "https://github.com/aws-samples/serverless-patterns/tree/main/sqs-lambda-tenant-isolation-sam-py",
"templateURL": "serverless-patterns/sqs-lambda-tenant-isolation-sam-py",
"projectFolder": "sqs-lambda-tenant-isolation-sam-py"
}
},
"resources": {
"bullets": [{
"text": "AWS Lambda tenant isolation",
"link": "https://docs.aws.amazon.com/lambda/latest/dg/tenant-isolation.html"
}
]
},
"deploy": {
"text": ["sam build", "sam deploy --guided"]
},
"testing": {
"text": ["See the GitHub repo for detailed testing instructions."]
},
"cleanup": {
"text": ["Delete the stack: <code>sam delete</code>."]
},
"authors": [{
"name": "Mitesh Purohit",
"image": "",
"bio": "Sr Solution Architect, AWS",
"linkedin": "https://www.linkedin.com/in/mitup/"
},
{
"name": "Ricardo Marques",
"image": "",
"bio": "Sr Serverless Specialist, AWS",
"linkedin": "https://www.linkedin.com/in/ricardo-marques-aws/"
}
]
}