Dec 21, 2021 03:46 PM
Hello,
I am trying to integrate with AWS, but I keep getting the issue of “Missing Authentication Token” when running my script to update records onto my AWS DynamoDB. I am following the guide given by Airtable on how to integrate this. Has anyone had a similar issue?
Thank you,
Sahith
Dec 21, 2021 09:56 PM
Welcome to the community, @Utah_Center_for_Lega! :grinning_face_with_big_eyes: Please share more details about what exactly you’re doing. You say that you’re following a guide, but I’m not sure what guide you’re referring to. The more details that you can share, the easier it will be for us to help.
Feb 23, 2022 09:52 AM
same here! I am using remoteFetchAsync instead of fetch. The API works fine in Postman, it looks like the headers are not passed while using remoteFetchAsync.
Jan 06, 2024 12:57 PM
I'm having the same issue... my API is set to "no auth" but no matter what I try I get
{"message":"Missing Authentication Token"}
https://support.airtable.com/docs/integrating-with-aws-lambda-dynamodb
I did every step in this tutorial but can't figure out what to do to get around this error.