Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.05 KB

File metadata and controls

18 lines (11 loc) · 1.05 KB

Step 3 - Deploy the Event Consumer function

  1. Update the values of the SENDGRID_API_KEY & SENDGRID_SENDER_EMAIL environment variables in the ./event-consumer/k8s/function.yaml file, which can be got from your SendGrid account.

  2. Create/update Kubernetes resources of the event-consumer serverless function.

    kubectl apply -f ./event-consumer/k8s/function.yaml
  3. Check to confirm that the event-consumer serverless function function is running in the conference-registration namespace.

    Verify serverless function

Navigation

🏠 ◀️ Setup : Step 2 - Build & deploy the Conference Registration app (Next.js app) ▶️ Setup : Step 4 - Apply the Event Registration Subscription