AWS Lambda function that acts as a backend for Alexa Skill that provides information about air pollution. It's based on current device's (alexa) location.
- AWS account
- AWS CLI provided by Amazon
- NPM
- Alexa developer account
- Airly API key
npm install
In order to upload code you can zip it and then send to AWS via CLI. You can do that with the following commands:
rm lambda.zip # if already exist
zip -Xr lambda.zip .
aws lambda update-function-code --function-name <FUNCTION-NAME> --zip-file fileb://lambda.zip; # you need to have an account and be logged in
👤 Henryk Nowakowski
- Twitter: @hjnowakowski
- Github: @hjnowakowski
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator