Alexa skill to help people find out about current legislation and contact their congresspeople.
Alexa, ask call congress
- what are some upcoming bills? (you can say “no” or “next” to cycle through the list of bills)
- set my zip to
- call my representative
lein uberjar
- https://console.aws.amazon.com/lambda/home?region=us-east-1#/functions/CallCongress/$LATEST?tab=code
- ARN - arn:aws:lambda:us-east-1:316385792873:function:CallCongress:$LATEST
An AWS DynamoDB table is used to store zip codes.
- https://console.aws.amazon.com/dynamodb/home?region=us-east-1#tables:selected=congress_user_prefs
- arn:aws:dynamodb:us-east-1:316385792873:table/congress_user_prefs
Copyright © 2016 Michael Travers
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.