Untitled
unknown
plain_text
2 years ago
904 B
10
Indexable
maestros:
handler: src/maestros/infrastructure/bootstrap/App.handler
name: ${self:custom.regions.abrev.${opt:stage}}PROD${opt:stage}LMBPORTALPROVESALUD001
description: LAMBDA API CANAL PROVEEDOR SALUD MAESTROS
role: ${self:custom.role.${opt:stage}}
vpc: ${self:custom.vpc.${opt:stage}}
layers:
- arn:aws:lambda:${self:provider.region}:580247275435:layer:LambdaInsightsExtension-Arm64:2
- ${self:custom.layerArch.${opt:stage}}
lotes:
handler: src/lotes/infrastructure/bootstrap/App.handler
name: ${self:custom.regions.abrev.${opt:stage}}PROD${opt:stage}LMBPORTALPROVESALUD002
description: LAMBDA API CANAL PROVEEDOR SALUD LOTES
role: ${self:custom.role.${opt:stage}}
vpc: ${self:custom.vpc.${opt:stage}}
layers:
- arn:aws:lambda:${self:provider.region}:580247275435:layer:LambdaInsightsExtension-Arm64:2
- ${self:custom.layerArch.${opt:stage}}Editor is loading...