Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxious/luftdaten-canberra
Prototype of AWS lambda caching for luftdaten data for canberra
https://github.com/maxious/luftdaten-canberra
Last synced: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T12:38:51.000Z (over 2 years ago)
- Last Synced: 2024-04-22T14:48:00.724Z (9 months ago)
- Language: Python
- Homepage:
- Size: 510 KB
- Stars: 0
- Watchers: 2
- 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
```