beatrixcendana / Intro-to-Serverless-Project

This is my first Intro to Serverless Project for the summer camp 2021. I mostly work with API, Azure function, Postman, Twilio, and front-end stuff.
GNU General Public License v3.0
1 stars 1 forks source link

Week 2 - Final Project #32

Closed beatrixcendana closed 3 years ago

beatrixcendana commented 3 years ago

Week 2

📚👨‍💻 Start coding:

⭐ Description

⭐ ETA:

How long do you think it will take to complete this?

  • 3-5 hours

⭐ Objective:

Checklist of everything you need to do to complete this issue

  • [x] Created Timer trigger function (FoodReminder1 and FoodReminder2) since we have two clock reminders.
  • [x] Set the timer (twice a day) -- using CRON expressions
  • [x] Make sure the functions appear on the Azure Function Portal
  • [x] Time to test (deploy)
  • [x] Open Twilio and save all environment variables that are needed: TWILIO_SID, TWILIO_TOKEN, SENDER_NUMBER, RECIPIENT_NUMBER
jonahandersson commented 3 years ago

@beatrixcendana Sent feedback to your questions via our Slack :)

beatrixcendana commented 3 years ago

Done with week 2.