Skip to content

Commit f714f6e

Browse files
cleaned up serverless.yml
1 parent 0977782 commit f714f6e

File tree

1 file changed

+4
-28
lines changed

1 file changed

+4
-28
lines changed

2_yelp_scraper_code/19_swarm_script/serverless.yml

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,5 @@
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-
141
service: 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-
203
provider:
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

7450
functions:
7551
scrape:

0 commit comments

Comments
 (0)