Skip to content

alexwohlbruck/mppc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPPC Google Assistant Actions

Build

  1. Make sure you have installed the AWS CLI and http://www.7-zip.org and added the corresponding executables to your computer's environment variable PATH.
  2. Configure your IAM user credentials for the AWS CLI .
  3. Run npm run build to transpile, compress, and upload code to AWS Lambda.

Test

  • Install the nodemon package globally using npm.

  • Run npm start to start a development server on localhost:8080. Each action inside ./src will correspond with an endpoint on the server, for example the podcast action can be accessed at POST /podcast. This is for testing only.

  • Add your AWS credentials to environment variables or in .aws/credentials in order to test actions that access AWS data.

Releases

No releases published

Packages

No packages published