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

Commit

Permalink
Merge pull request #35 from aws-quickstart/develop
Browse files Browse the repository at this point in the history
Sync main with develop
  • Loading branch information
gargana authored Sep 23, 2021
2 parents 5fe5688 + 9ea5119 commit 1cc70ac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Schedule automatic deletion of CloudFormation stacks
Description: Schedule automatic deletion of CloudFormation stacks. (qs-1s7darhsn)
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down
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
2 changes: 1 addition & 1 deletion submodules/quickstart-linux-bastion

0 comments on commit 1cc70ac

Please sign in to comment.