Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```