Skip to content

Commit c3237b6

Browse files
authored
feat(promises): Adds monitoring for promises, removes Node 6 support
Re-submission of updates to wrap functions that return promises, and officially supporting Node 8.10 and newer.
2 parents 749c2b9 + 5f41035 commit c3237b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serverless.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ service: iopipe-lib-master-acceptance-test
22

33
provider:
44
name: aws
5-
runtime: nodejs6.10
5+
runtime: nodejs8.10
66
stage: prod
77
region: us-west-2
88
role: ${env:IAM_ROLE}

0 commit comments

Comments
 (0)