Skip to content

This is project that contains aws lambda function for custom alexa skill.User can get weather info using MyWeather skill.

Notifications You must be signed in to change notification settings

solutelabs/Alexa-WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alexa-WeatherApp

The project contains aws lambda function to fetch weather information from dark sky public api and tell appropriate response to skill users. You can enable MyWeather skill from here

Requirement :

Implementation :

  • To get basic idea to implement AWS lambda function for java follow this alexa sample skill Hello world
  • To target your alexa skill you need to replace your alexa skill id in WeatherSpeechletRequestHandler.class which you will be able to get from alexa developer console
  • In this skill we used dark sky weather api so you have to replace your dark sky api key in API_KEY constant in Constants.kt
  • You can refer interaction model for MyWeather skill from here

Other resources.

About

This is project that contains aws lambda function for custom alexa skill.User can get weather info using MyWeather skill.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published