From e4d386b1c3c9982c7257e33ae93ee05bc2f8ce3a Mon Sep 17 00:00:00 2001 From: Jason Hu Date: Fri, 26 Apr 2019 05:15:12 -0700 Subject: [PATCH] Correct doc error (#9197) --- source/_components/aws.markdown | 9 --------- 1 file changed, 9 deletions(-) diff --git a/source/_components/aws.markdown b/source/_components/aws.markdown index c76f01ffb67..6b92f58ff3c 100644 --- a/source/_components/aws.markdown +++ b/source/_components/aws.markdown @@ -59,15 +59,6 @@ profile_name: description: A credentials profile name. required: false type: string -name: - description: Setting the optional parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`. - required: false - default: notify - type: string -context: - description: An optional dictionary you can provide to pass custom context through to the Lambda function. - required: false - type: string {% endconfiguration %} ### {% linkable_title Configuration for notify %}