Skip to content
This repository has been archived by the owner on Oct 22, 2022. It is now read-only.

Commit

Permalink
Update serverless config (#109)
Browse files Browse the repository at this point in the history
* Address #88 by bumping versions in template project.clj

* Update serverless config to use never node version.
  • Loading branch information
the-frey authored and moea committed Jul 3, 2018
1 parent 3ec19c3 commit e1f6377
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ service: {{name}}

provider:
name: aws
runtime: nodejs4.3
runtime: nodejs8.10

functions:
echo:
Expand Down

0 comments on commit e1f6377

Please sign in to comment.