You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sqs-lambda-tenant-isolation-sam-py/README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,18 @@
1
-
# Lambda Tenant Isolation Demo
1
+
# Lambda Tenant Isolation with SQS
2
+
3
+
This pattern demonstrate AWS Lambda's tenant isolation feature in Multi-tenant application.
4
+
5
+
## Key Features
6
+
7
+
- Tenant isolation at infrastructure level (no custom routing logic)
8
+
- Execution environments never shared between tenants
9
+
- Asynchronous invocation pattern
10
+
- Automatic tenant context propagation
11
+
12
+
Learn more about this pattern at [Serverless Land Patterns](https://serverlessland.com/patterns/sqs-lambda-tenant-isolation)
13
+
14
+
Important: this application uses various AWS services and there are costs associated with these services after the Free Tier usage - please see the [AWS Pricing page](https://aws.amazon.com/pricing/) for details. You are responsible for any AWS costs incurred. No warranty is implied in this example.
0 commit comments