-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow International Users to use service #30
Comments
There's plenty of reasons the state might suspend someone's license. My dad was once misidentified and his license suspended for an unpaid ticket. No lending of cars or anything in that case. We were fortunate to catch it and point out their error. Consider building into (or replacing, even) your SMS workflow with something like AWS SNS and SQS using API gateway. There's like 206 countries that are supported. You can deliver payloads via JSON or xml. I'm the mod you've been talking to over on reddit btw. |
Funny enough I was just thinking sqs to ses since i collect emails already. I’d need to change the signup form and handle unsubscribes better but seems worth doing for all customers. |
Oh yeah, forgot about SES. Man, I wish you had written this in Python. I'm (very) new to programming and I've been looking for a project :/ |
@sixsixseven in that case, fun thing about serverless is you can set runtime per function: |
As a matter of fact, you CAN tempt me with that.
I just need a little guidance to configure and test it. I’ve only written my own functional code and not set up testing environments.
… On Jul 29, 2020, at 09:37, Krysttian ***@***.***> wrote:
@sixsixseven in that case, fun thing about serverless is you can set runtime per function:
https://www.serverless.com/blog/building-mutliple-runtimes
an sqs to ses handler is glue stuff that python should handle really well.
If I can't tempt you with that, I suggest taking a look at the @CodeForFtL part of @CodeforSouth, plenty of use for some pep 8 groove.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
There might be a good usecase for folks who travel to want to signup. One possible example is if you lend your car while your gone but rack up some fees (noone is home checking the mail) and your license gets suspended.
I've dropped the cloudfront geo restrictions, but twilio still only takes US numbers for now. That and the form validation will need to be reviewed.
The text was updated successfully, but these errors were encountered: