diff --git a/docs/providers/aws/guide/resources.md b/docs/providers/aws/guide/resources.md
index 513a3ee29..52bc1e938 100644
--- a/docs/providers/aws/guide/resources.md
+++ b/docs/providers/aws/guide/resources.md
@@ -71,9 +71,9 @@ We're also using the term `normalizedName` or similar terms in this guide. This
|Lambda::Version | {normalizedFunctionName}LambdaVersion{sha256} | HelloLambdaVersionr3pgoTvv1xT4E4NiCL6JG02fl6vIyi7OS1aW0FwAI |
|Logs::LogGroup | {normalizedFunctionName}LogGroup | HelloLogGroup |
|Lambda::Permission |
- **Schedule**: {normalizedFunctionName}LambdaPermissionEventsRuleSchedule{index}
- **CloudWatch Event**: {normalizedFunctionName}LambdaPermissionEventsRuleCloudWatchEvent{index}
- **CloudWatch Log**: {normalizedFunctionName}LambdaPermissionLogsSubscriptionFilterCloudWatchLog{index}
- **IoT**: {normalizedFunctionName}LambdaPermissionIotTopicRule{index}
- **S3**: {normalizedFunctionName}LambdaPermission{normalizedBucketName}S3
- **APIG**: {normalizedFunctionName}LambdaPermissionApiGateway
- **SNS**: {normalizedFunctionName}LambdaPermission{normalizedTopicName}SNS
- **Alexa Skill**: {normalizedFunctionName}LambdaPermissionAlexaSkill
- **Alexa Smart Home**: {normalizedFunctionName}LambdaPermissionAlexaSmartHome{index}
- **Cognito User Pool Trigger Source**: {normalizedFunctionName}LambdaPermissionCognitoUserPool{normalizedPoolId}TriggerSource{triggerSource}
| - **Schedule**: HelloLambdaPermissionEventsRuleSchedule1
- **CloudWatch Event**: HelloLambdaPermissionEventsRuleCloudWatchEvent1
- **CloudWatch Log**: HelloLambdaPermissionLogsSubscriptionFilterCloudWatchLog1
- **IoT**: HelloLambdaPermissionIotTopicRule1
- **S3**: HelloLambdaPermissionBucketS3
- **APIG**: HelloLambdaPermissionApiGateway
- **SNS**: HelloLambdaPermissionTopicSNS
- **Alexa Skill**: HelloLambdaPermissionAlexaSkill
- **Alexa Smart Home**: HelloLambdaPermissionAlexaSmartHome1
- **Cognito User Pool Trigger Source**: HelloLambdaPermissionCognitoUserPoolMyPoolTriggerSourceCustomMessage
|
-|Events::Rule | - **Schedule**: {normalizedFuntionName}EventsRuleSchedule{SequentialID}
- **CloudWatch Event**: {normalizedFuntionName}EventsRuleCloudWatchEvent{SequentialID}
| - **Schedule**: HelloEventsRuleSchedule1
- **CloudWatch Event**: HelloEventsRuleCloudWatchEvent1
|
-|AWS::Logs::SubscriptionFilter | {normalizedFuntionName}LogsSubscriptionFilterCloudWatchLog{SequentialID} | HelloLogsSubscriptionFilterCloudWatchLog1 |
-|AWS::IoT::TopicRule | {normalizedFuntionName}IotTopicRule{SequentialID} | HelloIotTopicRule1 |
+|Events::Rule | - **Schedule**: {normalizedFunctionName}EventsRuleSchedule{SequentialID}
- **CloudWatch Event**: {normalizedFunctionName}EventsRuleCloudWatchEvent{SequentialID}
| - **Schedule**: HelloEventsRuleSchedule1
- **CloudWatch Event**: HelloEventsRuleCloudWatchEvent1
|
+|AWS::Logs::SubscriptionFilter | {normalizedFunctionName}LogsSubscriptionFilterCloudWatchLog{SequentialID} | HelloLogsSubscriptionFilterCloudWatchLog1 |
+|AWS::IoT::TopicRule | {normalizedFunctionName}IotTopicRule{SequentialID} | HelloIotTopicRule1 |
|ApiGateway::RestApi | ApiGatewayRestApi | ApiGatewayRestApi |
|ApiGateway::Resource | ApiGatewayResource{normalizedPath} | ApiGatewayResourceUsers |
|ApiGateway::Method | ApiGatewayMethod{normalizedPath}{normalizedMethod} | ApiGatewayMethodUsersGet |