Skip to content
This repository has been archived by the owner on Aug 2, 2019. It is now read-only.

geoaxis/ask-sweden

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How do?

  1. Install virtualenv.

    pip2 install virtualenv
    
  2. Create a virtualenv and activate it.

    virtualenv -p `which python2` .venv
    source .venv/bin/activate
    
  3. Activate the virtualenv.

    pip install -r requirements.txt
    
  4. Hackity hack.

  5. Create the deployment package.

    ./bundle.sh
    
  6. Push it. Replace hackweek with whatever you've called your awscli profile.

    aws --profile hackweek lambda update-function-code --function askSweden222 --zip-file fileb://ask-sweden.zip
    

About

HackForSweden Alexa skill

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published