Skip to content

Commit

Permalink
Deploy to al2023
Browse files Browse the repository at this point in the history
cargo-lambda now builds for it by default

cargo-lambda/cargo-lambda#560
  • Loading branch information
jonhoo committed Apr 29, 2024
1 parent 02d76b5 commit e06d1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ resource "aws_lambda_function" "www" {
function_name = "wewerewondering-api"
role = aws_iam_role.www.arn
handler = "bootstrap"
runtime = "provided.al2"
runtime = "provided.al2023"
architectures = ["arm64"]
timeout = 30
layers = [
Expand Down

0 comments on commit e06d1df

Please sign in to comment.