Skip to content

Commit

Permalink
Merge pull request serverless#2656 from serverless/loggroup-resources…
Browse files Browse the repository at this point in the history
…-docs

added LogGroup to resources logical IDs table docs
  • Loading branch information
flomotlik authored Nov 7, 2016
2 parents 45c8424 + 9420a5f commit 823cd68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/providers/aws/guide/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ We're also using the term `normalizedName` or similar terms in this guide. This
|IAM::Role | IamRoleLambdaExecution | IamRoleLambdaExecution |
|IAM::Policy | IamPolicyLambdaExecution | IamPolicyLambdaExecution |
|Lambda::Function | {normalizedFunctionName}LambdaFunction | HelloLambdaFunction |
|Logs::LogGroup | {normalizedFunctionName}LogGroup | HelloLogGroup |
|Lambda::Permission | <ul><li>**Schedule**: {normalizedFunctionName}LambdaPermissionEventsRuleSchedule{index} </li><li>**S3**: {normalizedFunctionName}LambdaPermissionS3</li><li>**APIG**: {normalizedFunctionName}LambdaPermissionApiGateway</li><li>**SNS**: {normalizedFunctionName}LambdaPermission{normalizedTopicName}</li> | <ul><li>**Schedule**: HelloLambdaPermissionEventsRuleSchedule1 </li><li>**S3**: HelloLambdaPermissionS3</li><li>**APIG**: HelloLambdaPermissionApiGateway</li><li>**SNS**: HelloLambdaPermissionSometopic</li> |
|Events::Rule | {normalizedFuntionName}EventsRuleSchedule{SequentialID} | HelloEventsRuleSchedule1 |
|ApiGateway::RestApi | ApiGatewayRestApi | ApiGatewayRestApi |
Expand Down

0 comments on commit 823cd68

Please sign in to comment.