https://github.com/maxious/luftdaten-canberra
Prototype of AWS lambda caching for luftdaten data for canberra
https://github.com/maxious/luftdaten-canberra
Last synced: 20 days ago
JSON representation
Prototype of AWS lambda caching for luftdaten data for canberra
- Host: GitHub
- URL: https://github.com/maxious/luftdaten-canberra
- Owner: maxious
- Created: 2020-01-18T12:07:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T12:38:51.000Z (almost 4 years ago)
- Last Synced: 2025-10-10T11:58:23.819Z (9 months ago)
- Language: Python
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# luftdaten-canberra
Prototype of AWS lambda caching for luftdaten data for canberra
## development
https://serverless.com/plugins/serverless-dynamodb-local/
```
npm install -g serverless
npm install
sls dynamodb install # or https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.DownloadingAndRunning.html
```
## deploy
```
serverless invoke local -f hello
serverless deploy
serverless invoke -f hello
```