File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apigw-lambda-dynamodb-terraform Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ terraform {
2
2
required_providers {
3
3
aws = {
4
4
source = " hashicorp/aws"
5
- version = " ~> 4.0 .0"
5
+ version = " ~> 5 .0"
6
6
}
7
7
random = {
8
8
source = " hashicorp/random"
@@ -85,7 +85,7 @@ resource "aws_lambda_function" "apigw_lambda_ddb" {
85
85
s3_bucket = aws_s3_bucket. lambda_bucket . id
86
86
s3_key = aws_s3_object. this . key
87
87
88
- runtime = " python3.8 "
88
+ runtime = " python3.13 "
89
89
handler = " app.lambda_handler"
90
90
91
91
source_code_hash = data. archive_file . lambda_zip . output_base64sha256
@@ -222,4 +222,4 @@ resource "aws_lambda_permission" "api_gw" {
222
222
principal = " apigateway.amazonaws.com"
223
223
224
224
source_arn = " ${ aws_apigatewayv2_api . http_lambda . execution_arn } /*/*"
225
- }
225
+ }
You can’t perform that action at this time.
0 commit comments