Help

Integrating Airtable with AWS DynamoDB

Topic Labels: Scripting extentions
1174 3
cancel
Showing results for 
Search instead for 
Did you mean: 
Utah_Center_for
4 - Data Explorer
4 - Data Explorer

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

3 Replies 3

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.

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.

Jared_Ingold
6 - Interface Innovator
6 - Interface Innovator

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.