Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
georgeevil authored Mar 27, 2024
1 parent 396600e commit 87294d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ locals {
split("/", var.lambda_version)[0],
{
architectures = null
handler = "main"
runtime = "go1.x"
handler = "bootstrap"
runtime = "provided.al2"
},
)
}
Expand Down

0 comments on commit 87294d2

Please sign in to comment.