Skip to content

Commit

Permalink
feat: add a AWS:Logs:LogGroup Resource in cfn-deployer template
Browse files Browse the repository at this point in the history
  • Loading branch information
Hidetaka Okamoto authored and RonWang committed May 18, 2020
1 parent 09b293e commit c775d0c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Resources:
FunctionName: !GetAtt AlexaSkillFunction.Arn
Principal: alexa-appkit.amazon.com
EventSourceToken: !Ref SkillId
AlexaSkillFunctionLogGroup:
Type: AWS::Logs::LogGroup
Properties:
LogGroupName: !Sub /aws/lambda/${AlexaSkillFunction}
RetentionInDays: 14
Outputs:
SkillEndpoint:
Description: LambdaARN for the regional endpoint
Expand Down

0 comments on commit c775d0c

Please sign in to comment.