website: Fix missing sidebar_current

This commit is contained in:
Kazunori Kojima
2016-03-06 23:51:25 +09:00
parent 38078fbfb8
commit fbc94cb330
8 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
---
layout: "aws"
page_title: "AWS: aws_lambda_function"
sidebar_current: "docs-aws-resource-aws-lambda-function"
sidebar_current: "docs-aws-resource-lambda-function"
description: |-
Provides a Lambda Function resource. Lambda allows you to trigger execution of code in response to events in AWS. The Lambda Function itself includes source code and runtime configuration.
---