Alexa skill to get regular updates, and access to The Game podcast
To get the code up and running locally:
-
Install dependencies
$ yarn
-
Copy
env.sample.yml
toenv.yml
and complete
Run the test suite with:
$ yarn test
The skill deploys to AWS Lambda, with the following command:
$ yarn deploy --deploymentBucket= --profile= --stage=[dev] --region=[eu-west-1]
Ensure you pass the --deploymentBucket
and --profile
arguments. The --stage
and --region
arguments are optional.
To deploy the application assets to S3 (images, sample audio etc.) run the following command:
$ yarn deploy:assets
Note: You will need to have the aws
CLI configured for this to run