Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 787 Bytes

File metadata and controls

25 lines (14 loc) · 787 Bytes

Workshop Cleanup

This page provides instructions for cleaning up the resources created during the preceding modules.

Resource Cleanup Instructions

1. Lambda Function Cleanup

Delete the AWS Lambda function, IAM role and Amazon DynamoDB table you created in module 3.

Step-by-step instructions (expand for details)

Lambda Function

  1. In the AWS Management Console, click Services then select Lambda under Compute.

  2. Select the serverlessrepo-Routing-RoutingFunction-* function you created in module 3.

    (* it contains auto-generated unique value after your function name)

  3. From the Actions drop-down, choose Delete function.

  4. Choose Delete when prompted to confirm.