source/controlplaneapi/runtime/chalicelib/__init__.py [24:49]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        "DependentPlugins": "%%PLUGIN_DEPENDENT_PLUGINS%%",
                        "Configuration": "%%PLUGIN_CONFIGURATION%%",
                        "OutputAttributes": "%%PLUGIN_OUTPUT_ATTRIBUTES%%"
                    },
                    "Profile": "%%SHORTENED_PROFILE%%",
                    "Event.$": "$.Event",
                    "Input.$": "$.Input",
                }
            },
            "OutputPath": "$.Payload",
            "Retry": [
                {
                    "ErrorEquals": [
                        "Lambda.ServiceException",
                        "Lambda.AWSLambdaException",
                        "Lambda.SdkClientException",
                        "Lambda.Unknown",
                        "MREExecutionError"
                    ],
                    "IntervalSeconds": 2,
                    "MaxAttempts": 6,
                    "BackoffRate": 2
                }
            ],
            "End": True
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/controlplaneapi/runtime/chalicelib/__init__.py [63:88]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        "DependentPlugins": "%%PLUGIN_DEPENDENT_PLUGINS%%",
                        "Configuration": "%%PLUGIN_CONFIGURATION%%",
                        "OutputAttributes": "%%PLUGIN_OUTPUT_ATTRIBUTES%%"
                    },
                    "Profile": "%%SHORTENED_PROFILE%%",
                    "Event.$": "$.Event",
                    "Input.$": "$.Input",
                }
            },
            "OutputPath": "$.Payload",
            "Retry": [
                {
                    "ErrorEquals": [
                        "Lambda.ServiceException",
                        "Lambda.AWSLambdaException",
                        "Lambda.SdkClientException",
                        "Lambda.Unknown",
                        "MREExecutionError"
                    ],
                    "IntervalSeconds": 2,
                    "MaxAttempts": 6,
                    "BackoffRate": 2
                }
            ],
            "End": True
        }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



