So I am trying to setup the following
I have Duck DNS and NGINX configured and working.
I can get as far as the test Lambda function
I set the BASE_URL as my duckdns, https://redacted.duckdns.org
I generated a long live acces token from here
copy pasted into
So when I go to test I get as far as
{
“event”: {
“payload”: {
“type”: “INVALID_AUTHORIZATION_CREDENTIAL”,
“message”: “401: Unauthorized”
}
}
}
I have tried a couple of times from scratch in case I have missed domething in the instructions but same result both times/
Any suggestions?