Tweak signin so you don't need a phone to login in dev mode

This commit is contained in:
Kenneth Kehl
2023-08-30 07:41:04 -07:00
parent 6cf9314df8
commit 4df9fa934d
3 changed files with 15 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ def check_sms_delivery_receipt(self, message_id, notification_id, sent_at):
failure appears in the cloudwatch logs, so this should keep retrying until the log appears, or until
we run out of retries.
"""
# TODO the localstack version of cloudwatch doesn't have our log groups. Possibly create them with awslocal?
# TODO the localstack cloudwatch doesn't currently have our log groups. Possibly create them with awslocal?
if aws_cloudwatch_client.is_localstack():
status = 'success'
provider_response = 'this is a fake successful localstack sms message'