AWS Lambda lacks built-in dependency management.Method 1: Installing a pip package inside the Lambda function.Method 2: Creating Lambda layers.Considerations and limitations of both methods.