Phil Sheard
Phil Sheard
I've suggested a change to the docs to help people schedule tasks using the cron() format. I tried to deploy an (existing) task today and got an error because I...
## Context I was deploying an update via Zappa and got an error with the `ScheduleExpression`. botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the PutRule operation: Parameter ScheduleExpression is not...
I'm using the library to setup an auth server for an Alexa skill. Alexa's "[account linking](https://developer.amazon.com/docs/account-linking/add-account-linking-logic-custom-skill.html)" flow uses OAuth but only accepts tokens and auth codes as JSON in the...