简体   繁体   中英

AWS Amplify & Android

I am a beginner in AWS Amplify and Android both. I am trying to create a login app with AWS Amplify (more specifically AWS API Gateway).

I am getting stuck on how to create this app. I have used the CLI to create a REST API that will connect to my lambda function. That lambda function should interact with my DynamoDB table.

I want to get the email and password information and pass it to the DynamoDB table through API Gateway.

Can someone please help me? Thanks in advance.

If you created the REST API using the Amplify CLI, then you probably ran a command like:

amplify add api

If that's the case, then you can run:

amplify update api

to update the auth settings on your Amplify REST API. Here is some more information on how to define authorization rules .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM