Skip to content

Commit 5350e14

Browse files
author
purohmid
committed
updated changes
1 parent 639b605 commit 5350e14

1 file changed

Lines changed: 14 additions & 7 deletions

File tree

sqs-lambda-tenant-isolation-sam-py/README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff 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.
215

3-
Multi-tenant application demonstrating AWS Lambda's tenant isolation feature.
416

517
## Architecture
618

@@ -47,9 +59,4 @@ aws sqs send-message \
4759
--message-body '{"customer-id": "tenant-123", "data": "test payload"}'
4860
```
4961

50-
## Key Features
5162

52-
- Tenant isolation at infrastructure level (no custom routing logic)
53-
- Execution environments never shared between tenants
54-
- Asynchronous invocation pattern
55-
- Automatic tenant context propagation

0 commit comments

Comments
 (0)