Skip to content

Instantly share code, notes, and snippets.

@cagdas1
Last active February 21, 2020 00:10
Show Gist options
  • Save cagdas1/43ac56b283f0963b6de93ab2106f7d1e to your computer and use it in GitHub Desktop.
Save cagdas1/43ac56b283f0963b6de93ab2106f7d1e to your computer and use it in GitHub Desktop.
# Replace the variables with your own
# You can use Speech Synthesis Markup Language (SSML) to customize the volume, pronunciation, and speed of your messages. https://developer.amazon.com/en-US/docs/alexa/custom-skills/speech-synthesis-markup-language-ssml-reference.html
# Information related to Cron expression config https://docs.aws.amazon.com/lambda/latest/dg/tutorial-scheduled-events-schedule-expressions.html
AWS_REGION="us-east-1"
ACCOUNT_ID="Your AWS Account ID"
DESTINATION_PHONE_NUMBER="+1xxxxxxxxxx"
ORIGIN_PHONE_NUMBER="+1xxxxxxxxxx"
LANGUAGE_CODE="en-US"
VOICE_ID="Joanna"
CALL_TEXT='<speak>Good morning, this is your wake-up call service. You need to <emphasis>wake up now</emphasis> <break time='1s' /> I repeat. You need to <emphasis>wake up now</emphasis>.</speak>'
CRON_EXPRESSION="cron(0 9 ? * MON-FRI *)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment