Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jul 17, 2020
1 parent bfe0d9f commit 73ef09c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions img2lambda/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ func (r Runtimes) Contains(runtime string) bool {
// a list of aws supported runtimes as of 2020-06-18
var ValidRuntimes = Runtimes{
// eol'ed runtimes are included to support existing functions
"nodejs", // eol
"nodejs4.3", // eol
"nodejs", // eol
"nodejs4.3", // eol
"nodejs4.3-edge", // eol
"nodejs6.10", // eol
"nodejs8.10", // eol
"nodejs6.10", // eol
"nodejs8.10", // eol
"nodejs10.x",
"nodejs12.x",
"java8",
Expand Down

0 comments on commit 73ef09c

Please sign in to comment.