Skip to content

Commit 8f68efe

Browse files
committed
[PRMP-399] change lambda name
1 parent d0dcb2e commit 8f68efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/lambda-migration-dynamodb-segment.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module "migration-dynamodb-segment-lambda" {
22
source = "./modules/lambda"
3-
name = "MigrationDynamodbSegmentLambda"
3+
name = "MigrationDynamodbSegment"
44
handler = "handlers.migration_dynamodb_segment_handler.lambda_handler"
55
lambda_timeout = 900
66
memory_size = 1769

0 commit comments

Comments
 (0)