Resource class.
Installation
Import
Usage
Access linked resources by name:Lambda Handler Example
lambda.py
DynamoDB Example
SQS Example
Secrets Example
App Metadata
Access app information:How It Works
The Python SDK reads resource information from environment variables:Error Handling
Type Hints
Use type hints for better IDE support:Best Practices
Reuse Boto3 Clients
Create clients outside the handler for reuse:Handle Missing Resources
Use Environment Variables for Configuration
Related
Linking
Learn how to link resources to Python functions
Function Component
Deploy Python Lambda functions with SST