In this step, we will test the website hosted on S3 to ensure it functions correctly and integrates seamlessly with the deployed API Gateway and Lambda Function. The goal is to verify that the frontend interacts properly with the backend for all CRUD operations.
Use the form on the page to input details like product ID, product name and product price.
Click the Add Product button.
Result: Displays a message that the new product was successfully added.
Update the product details in the form like product ID, product name and product price.
Click the Update Product button.
Result: Displays a message that the product has been successfully updated.
Click the Delete button in the Actions column.
Confirm the deletion.
Result: Displays a message that the product has been successfully deleted.
Congratulations, you have completed the tutorial on setting up and testing your application with S3, Lambda, API Gateway and DynamoDB. Make sure to clean up any unused resources to avoid unnecessary charges.