From 00b3f5c08b19e6bd92d43c2abe21a272c3639de5 Mon Sep 17 00:00:00 2001 From: vsnyc Date: Tue, 24 Aug 2021 17:25:32 -0400 Subject: [PATCH] Added QS-ID --- .../iot-button-deploy-cloudformation.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml b/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml index 48cdcc7..6766dac 100644 --- a/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml +++ b/samples/iot-button-deploy-cloudformation/iot-button-deploy-cloudformation.yaml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Deploys an AWS Lambda function that will deploy an input AWS CloudFormation template with a provided parameter file. This Lambda function can be used as an action for the AWS IoT Button to deploy AWS CloudFormation templates. +Description: Deploys an AWS Lambda function that will deploy an input AWS CloudFormation template with a provided parameter file. This Lambda function can be used as an action for the AWS IoT Button to deploy AWS CloudFormation templates. (qs-1s7dari0g) Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -114,4 +114,4 @@ Resources: Handler: "index.handler" Runtime: "python3.6" Timeout: 60 - Role: !GetAtt IoTButtonLambdaExecutionRole.Arn \ No newline at end of file + Role: !GetAtt IoTButtonLambdaExecutionRole.Arn