Deploy Simple Web Applications in AWS Lambda

   Go back to the Task List

  « 5: Create API Gateway    7: Clean up »

6: Test Web Application

The web application is deployed using Amazon API Gateway. Let’s test it.

  1. Open Web Browser and navigate to the Invoke URL of the API. It will render Sample Contact Form web page.

    Lambda

  2. Fill the contact form with some sample data and click on the Submit button.

    Lambda

  3. You see the confirmation web page.

    Lambda

  4. The web application has inserted the data in dojotable DynamoDB table. You can go to DynamoDB console to verify it. You can see the data is HTML encoded. You can write additional code in Lambda to HTML decode data before saving to the DynamoDB table.

    Lambda

  5. This finishes the exercise. Follow the next step to clean-up the resources so that you don’t incur any cost post the exercise.