Skip to main content

Integrating Airtable with AWS DynamoDB

  • December 21, 2021
  • 3 replies
  • 36 views

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

Justin_Barrett
Forum|alt.badge.img+21

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.


  • New Participant
  • February 23, 2022

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.


Forum|alt.badge.img+3
  • Participating Frequently
  • January 6, 2024

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.