We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89d22b7 commit fa0c54aCopy full SHA for fa0c54a
2 files changed
redis_sync/src/redis_sync.py
@@ -1,4 +1,4 @@
1
# handler to do redis sync from s3
2
3
def sync_handler(event, context):
4
- print("Marker23. from Redis sync handler")
+ print("Marker23. New code - no publish @ 0906")
terraform/redis_sync_lambda.tf
@@ -94,7 +94,7 @@ resource "aws_lambda_function" "redis_sync_lambda" {
94
aws_cloudwatch_log_group.redis_sync_lambda_log_group,
95
aws_iam_policy.redis_sync_lambda_exec_policy
96
]
97
- publish = true
+ publish = false
98
}
99
100
# output "redis_sync_lambda_version" {
0 commit comments