kongmingstrap / EchoSpotSampler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EchoSpotSampler

Deploy Alexa Skill with AWS SAM

Reference

Requirements

Build

Install yarn

$ brew install yarn

Build Package

$ make build

Deploy

Configure AWS credentials

  • ~/.aws/credentials
[alexaq-sampler-development]
aws_access_key_id = <your_aws_access_key_id>
aws_secret_access_key = <your_aws_secret_access_key>
  • ~/.aws/config
[profile alexa-sampler-development]
region = ap-northeast-1
output = json

Construction of AWS SAM deployment environment

Deploy to AWS

$ AWS_PROFILE=alexa-sampler-development make deploy

About


Languages

Language:JavaScript 75.9%Language:Makefile 24.1%