|
|
@@ -2,6 +2,7 @@ import { type Context, type Handler } from "aws-lambda";
|
|
|
|
|
|
import config from "./config";
|
|
|
|
|
|
+import { handler as horas24 } from "./portales/24horas/handler";
|
|
|
import { handler as adnradio } from "./portales/adnradio/handler";
|
|
|
import { handler as biobiochile } from "./portales/biobiochile/handler";
|
|
|
import { handler as chilecultura } from "./portales/chilecultura/handler";
|
|
|
@@ -13,9 +14,9 @@ import { handler as df } from "./portales/df/handler";
|
|
|
import { handler as elciudadano } from "./portales/elciudadano/handler";
|
|
|
import { handler as eldesconcierto } from "./portales/eldesconcierto/handler";
|
|
|
import { handler as elmostrador } from "./portales/elmostrador/handler";
|
|
|
+import { handler as emol } from "./portales/emol/handler";
|
|
|
import { handler as fastcheck } from "./portales/fastcheck/handler";
|
|
|
// import { handler as glaciareschilenos } from "./portales/glaciareschilenos/handler";
|
|
|
-import { handler as emol } from "./portales/emol/handler";
|
|
|
import { handler as interferencia } from "./portales/interferencia/handler";
|
|
|
import { handler as laderasur } from "./portales/laderasur/handler";
|
|
|
import { handler as lanacion } from "./portales/lanacion/handler";
|
|
|
@@ -41,6 +42,7 @@ const context: Context = {
|
|
|
};
|
|
|
|
|
|
const portalsHandlers = {
|
|
|
+ "24horas": horas24,
|
|
|
"adnradio": adnradio,
|
|
|
"biobiochile": biobiochile,
|
|
|
"chilecultura": chilecultura,
|