Testing the registration portal in practice

4.5.2 App Registration Operation Check

Objective

Verify whether the app registration operation works as expected.

Steps

After completing the configuration check, proceed with app registration using the following steps:

  1. Retrieve the address of the registration app

get address

  1. Use Postman to call the registration API command

register app

  1. AWS will send a confirmation email to the address registered in step 2

email confirm

  1. Confirm the registered email

email subcribed

  1. Verify that a new user has been created for the registered app

user created

  1. Verify that the user associated with the app has been issued an access key

access key

  1. Verify that the user associated with the app has been granted permission to push logs to CloudWatch Logs

CloudWatch policy

  1. Verify that the created app has been saved in the AppClients table on DynamoDB

database saved

Description

The app registration operation works as expected.