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

Commit

Permalink
Deprecate node6 lambda runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dpetrick committed May 14, 2019
1 parent d41f130 commit 617ce95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ case class LambdaFunctionEnvironment(accounts: Vector[LambdaDeploymentAccount])
def deployInternal(project: Project, externalFile: ExternalFile, name: String): Future[DeployResponse] = {
val key = externalFile.url.split("\\?").head.split("/").last
val account = accountForId(project.nextFunctionDeploymentAccount)
val runtime = if (!project.isEjected) "nodejs8.10" else Runtime.Nodejs610.toString
val runtime = "nodejs8.10"

def create =
account
Expand Down

0 comments on commit 617ce95

Please sign in to comment.