Skip to content

Commit

Permalink
Our setup for chromeless
Browse files Browse the repository at this point in the history
  • Loading branch information
chiqomar committed Oct 10, 2018
1 parent 774223e commit e9393f1
Show file tree
Hide file tree
Showing 3 changed files with 1,156 additions and 555 deletions.
3 changes: 2 additions & 1 deletion serverless/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"node": ">= 6.10.0"
},
"scripts": {
"deploy": "serverless deploy"
"deploy": "serverless deploy",
"remove": "serverless remove"
},
"dependencies": {
"aws4": "^1.6.0",
Expand Down
4 changes: 2 additions & 2 deletions serverless/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ service: chromeless-serverless
custom:
stage: dev
debug: "*"
awsIotHost: ${env:AWS_IOT_HOST}
awsIotHost: a3cco9mh07o6iz.iot.us-east-1.amazonaws.com
chrome:
functions:
- run
Expand All @@ -12,7 +12,7 @@ provider:
name: aws
runtime: nodejs6.10
stage: ${self:custom.stage}
region: eu-west-1
region: us-east-1
environment:
DEBUG: ${self:custom.debug}
AWS_IOT_HOST: ${self:custom.awsIotHost}
Expand Down
Loading

0 comments on commit e9393f1

Please sign in to comment.