Skip to content

Fix syntax for updating Lambda function environment variables in deployment...

Jean-Christophe LAGACHE requested to merge fix/env_format into main

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.

Merge request reports