Skip to content

Commit b2d283a

Browse files
committed
add user Login and lambda authorizer
1 parent 2a3e77d commit b2d283a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/api_gateway.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ resource "aws_api_gateway_deployment" "api_deployment" {
234234
]
235235

236236
rest_api_id = aws_api_gateway_rest_api.api.id
237-
description = "API Scraper Deployment 16/08/2024"
237+
description = "API Scraper Deployment 17/08/2024"
238238
}
239239

240240
resource "aws_api_gateway_stage" "api_stage" {

0 commit comments

Comments
 (0)