File tree Expand file tree Collapse file tree 1 file changed +4
-28
lines changed
2_yelp_scraper_code/19_swarm_script Expand file tree Collapse file tree 1 file changed +4
-28
lines changed Original file line number Diff line number Diff line change 1- # Welcome to Serverless!
2- #
3- # This file is the main config file for your service.
4- # It's very minimal at this point and uses default values.
5- # You can always add more config options for more control.
6- # We've included some commented out config examples here.
7- # Just uncomment any of them to get that config option.
8- #
9- # For full config options, check the docs:
10- # docs.serverless.com
11- #
12- # Happy Coding!
13-
141service : yelp-scraper
152
16- # You can pin your service to only deploy with a specific Serverless version
17- # Check out our docs for more details
18- # frameworkVersion: "=X.X.X"
19-
203provider :
214 name : aws
225 runtime : nodejs6.10
@@ -38,10 +21,6 @@ package:
3821 include :
3922 - utils/**
4023
41- # you can overwrite defaults here
42- # stage: dev
43- # region: us-east-1
44-
4524# you can add statements to the Lambda function's IAM Role here
4625# iamRoleStatements:
4726# - Effect: "Allow"
@@ -63,13 +42,10 @@ package:
6342# variable1: value1
6443
6544# you can add packaging information here
66- # package:
67- # include:
68- # - include-me.js
69- # - include-me-dir/**
70- # exclude:
71- # - exclude-me.js
72- # - exclude-me-dir/**
45+ package :
46+ include :
47+ - utils/**
48+
7349
7450functions :
7551 scrape :
You can’t perform that action at this time.
0 commit comments