https://github.com/codeforboston/travel-hotline
Massachusetts Travel Ban Hotline
https://github.com/codeforboston/travel-hotline
Last synced: 4 months ago
JSON representation
Massachusetts Travel Ban Hotline
- Host: GitHub
- URL: https://github.com/codeforboston/travel-hotline
- Owner: codeforboston
- Created: 2017-02-01T05:11:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T17:22:23.000Z (over 9 years ago)
- Last Synced: 2025-10-08T18:44:01.686Z (8 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* MA Travel Ban Hotline
** (857) 269-3819
** Setup instructions
This microservice is configured with [[https://serverless.com][Serverless]], written in [[https://www.python.org/download/releases/2.7/][Python 2.7]], and
deployed to [[https://aws.amazon.com/lambda/][AWS Lambda]]. There is one configuration file (~serverless.yml~)
and one Python file (~handler.py~).
1. Dependencies: git, npm, serverless (~npm install -g serverless~)
2. Set up an AWS account and [[https://serverless.com/framework/docs/providers/aws/guide/credentials/][set up your credentials]]
(The first million requests to Lambda are free.)
3. ~git clone https://github.com/codeforboston/travel-hotline.git~
4. ~cd travel-hotline~
5. ~serverless deploy~