From d9f828cbc080f3d5629df4578654ec7fb9f8d03e Mon Sep 17 00:00:00 2001 From: mkrn Date: Fri, 28 Dec 2018 18:41:05 -0400 Subject: [PATCH] Add support for aws cloudformation package of AWS::AppSync::FunctionConfiguration RequestMappingTemplateS3Location and ResponseMappingTemplateS3Location properties --- awscli/examples/cloudformation/_package_description.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awscli/examples/cloudformation/_package_description.rst b/awscli/examples/cloudformation/_package_description.rst index 78dfc9fc52de..30ff5971002b 100644 --- a/awscli/examples/cloudformation/_package_description.rst +++ b/awscli/examples/cloudformation/_package_description.rst @@ -20,6 +20,8 @@ This command can upload local artifacts referenced in the following places: - ``DefinitionS3Location`` property for the ``AWS::AppSync::GraphQLSchema`` resource - ``RequestMappingTemplateS3Location`` property for the ``AWS::AppSync::Resolver`` resource - ``ResponseMappingTemplateS3Location`` property for the ``AWS::AppSync::Resolver`` resource + - ``RequestMappingTemplateS3Location`` property for the ``AWS::AppSync::FunctionConfiguration`` resource + - ``ResponseMappingTemplateS3Location`` property for the ``AWS::AppSync::FunctionConfiguration`` resource - ``DefinitionUri`` property for the ``AWS::Serverless::Api`` resource - ``Location`` parameter for the ``AWS::Include`` transform - ``SourceBundle`` property for the ``AWS::ElasticBeanstalk::ApplicationVersion`` resource