locals {
lambda_functions = {
"devices-factory-create" = {
type = ["rest"]
env = merge(local.rest_lambda_devices, {
IPI_FACTORY_DEVICES_CREATED_SNS_TOPIC = "TBD"
IPI_FACTORY_DEVICES_CREATED_SQS_QUEUE = "TBD"
})
}
"devices-factory-read" = {
type = ["rest"]
env = merge(local.rest_lambda_devices, {})
}
}
Так выглядит описание лямбд.