Fix syntax for updating Lambda function environment variables in deployment...
Fix syntax for updating Lambda function environment variables in deployment script. Changed environment variable format from "Variables=ESCAPED_JSON" to "{Variables:
ESCAPED_JSON}" to ensure proper AWS CLI command execution.