Skip to content

Commit

Permalink
Runtime is now must.
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimine committed Apr 23, 2019
1 parent c9c1123 commit 8b90ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions greengo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Cores:

Lambdas:
- name: GreengrassImageClassification
runtime: python2.7
handler: run.handler
package: lambdas/GreengrassImageClassification
alias: dev
Expand All @@ -25,6 +26,7 @@ Lambdas:
WATCH_PATTERN: /input/*.jpeg

- name: HelloLongRunning
runtime: python2.7
handler: function.handler
package: lambdas/HelloLongRunning
alias: dev
Expand Down

0 comments on commit 8b90ef1

Please sign in to comment.