Backend Cleanup
Serverless Backend Cleanup
Delete the AWS Lambda function, IAM role and Amazon DynamoDB table you created in module 3.
Lambda Function
- Go to the AWS Lambda console
- Select the
RequestUnicorn
function you created.
- From the Actions drop-down, choose Delete.
- Choose Delete when prompted to confirm.
IAM Role
- Go to the AWS IAM Console
- Select Roles from the navigation menu.
- Type
WildRydesLambda
into the filter box and select the role you created.
- On the top right, click on the Delete button.
- Reenter role name and click Delete when prompted to confirm.
DynamoDB Table
- Go to the Amazon DynamoDB Console
- Choose Tables in the navigation menu.
- Choose the Rides table.
- Choose Delete table from the Actions drop-down.
- Leave the checkbox to Delete all CloudWatch alarms for this table selected and choose Delete.