We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6fed4e commit bfd6b0eCopy full SHA for bfd6b0e
2 files changed
redis_sync/src/redis_sync.py
@@ -14,8 +14,8 @@
14
15
def sync_handler(event, context):
16
17
- print("Marker23. New code - no publish @ 0935")
18
- logger.info("Marker23. New code - no publish @ 0936")
+ print("Marker24. New code - no publish @ 0935")
+ logger.info("Marker24. New code - no publish @ 0936")
19
20
# handler is triggered by S3 event
21
logger.info("Event: %s", event)
terraform/package_lambda.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -e
3
-
+set -x
4
echo "🚀 Packaging Lambda2..."
5
6
PROJECT="${1:-.}"
0 commit comments