<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lab 4: SNS &#43; Lambda Failover :: Español</title>
    <link>https://aws-route53-tf-labs.example.com/04_notificaciones_sns/index.html</link>
    <description>Lab 4: SNS + Lambda Failover Estructura del módulo 04_automation/ ├── main.tf ├── variables.tf ├── outputs.tf └── lambda/ └── handler.py Paso 1: Setup source ~/route53-arc-tf/global.env cd ~/route53-arc-tf/04_automation mkdir -p lambda # EDITÁ con tu email real export NOTIFICATION_EMAIL=&#34;tu-email@ejemplo.com&#34; # export NOTIFICATION_PHONE=&#34;+54911XXXXXXXX&#34; # opcional Paso 2: Código Lambda lambda/handler.py ¿Para qué sirve este archivo?&#xA;Es el código de la función Python que ejecutará la conmutación automática de tráfico (failover). Cuando se activa por una notificación de alerta SNS:</description>
    <generator>Hugo</generator>
    <language>es-ES</language>
    <atom:link href="https://aws-route53-tf-labs.example.com/04_notificaciones_sns/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>