Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
Added QS-ID
Browse files Browse the repository at this point in the history
  • Loading branch information
vsnyc committed Aug 24, 2021
1 parent a4bbf93 commit 00b3f5c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -114,4 +114,4 @@ Resources:
Handler: "index.handler"
Runtime: "python3.6"
Timeout: 60
Role: !GetAtt IoTButtonLambdaExecutionRole.Arn
Role: !GetAtt IoTButtonLambdaExecutionRole.Arn

0 comments on commit 00b3f5c

Please sign in to comment.