Skip to content

This application system will send an SMS notification on a daily basis to the desired subscription member with the daily weather

Notifications You must be signed in to change notification settings

cozma/devfest-serverless-demo

Repository files navigation

DevFest Serverless Demo

This application system will send an SMS notification on a daily basis to the desired subscription member with the daily weather

Version 1.0

Example SNS

Setup Requirements

  • CloudWatch Rule Setup
  • SNS Topic

The application requires you create a CloudWatch Rule that will need to make a request to the Lambda on a daily basis. This is easily configurable by setting your event source to schedule on a 1 day fixed rate rotation and attaching the ARN of the current version of the Lambda Script. You also want to change the Configure Input to "Constant (JSON text)" and input the request JSON (sample below) for your Weather Update Application.

Name: devfest-serverless-demo

Sample Request:

{
  "snsarn": "arn:aws:sns:us-east-1:344449400151:WeatherSNS",
  "api_key": "INSERT API KEY HERE",
  "location": "20001,us"
}

About

This application system will send an SMS notification on a daily basis to the desired subscription member with the daily weather

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published