Skip to content

Commit fa0c54a

Browse files
committed
No Publish
1 parent 89d22b7 commit fa0c54a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

redis_sync/src/redis_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# handler to do redis sync from s3
22

33
def sync_handler(event, context):
4-
print("Marker23. from Redis sync handler")
4+
print("Marker23. New code - no publish @ 0906")

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ resource "aws_lambda_function" "redis_sync_lambda" {
9494
aws_cloudwatch_log_group.redis_sync_lambda_log_group,
9595
aws_iam_policy.redis_sync_lambda_exec_policy
9696
]
97-
publish = true
97+
publish = false
9898
}
9999

100100
# output "redis_sync_lambda_version" {

0 commit comments

Comments
 (0)