Skip to content

How to get an API from textract custom adapter to connect to Flutter

0

I tried various ways, It is hard for me to figure out where to get an API key and to create a lamda function. Please help me to do this

2 Answers
0

Hi,

As per my understanding, you are trying to create a mobile app which can upload documents for analysis. These would be the steps:

  1. Creating adapters, I assume you already done this.
  2. Test the inference.
  3. Create a Lambda function which can trigger this inference, refer this for some examples of how you can use AWS SDK
  4. Since you are looking for an API key to execute this Lambda funcrtion, you can add a trigger from API Gateway to Lambda, refer this.. You can chose the authentication style which suits you - from an API key to Cognito etc.

Thanks, Rama

AWS
EXPERT
answered a year ago
0
EXPERT
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.