Nitya Dhanushkodi d382ca0aec
extensions: refactor serverless plugin to use extensions from config entry fields (#15817)
docs: update config entry docs and the Lambda manual registration docs

Co-authored-by: Nitya Dhanushkodi <nitya@hashicorp.com>
Co-authored-by: Eric <eric@haberkorn.co>
2022-12-19 12:19:37 -08:00

16 lines
290 B
JSON

{
"Kind": "service-defaults",
"Name": "l2",
"Protocol": "http",
"EnvoyExtensions": [
{
"Name": "builtin/aws/lambda",
"Arguments": {
"Region": "${AWS_LAMBDA_REGION}",
"ARN": "${AWS_LAMBDA_ARN}",
"PayloadPassthrough": false
}
}
]
}