Skip to content

Commit

Permalink
Update cfn-macro-ssm-param lambda (#983)
Browse files Browse the repository at this point in the history
Update lambda to use parameterized roles

depends on Sage-Bionetworks-IT/cfn-macro-ssm-param#12
  • Loading branch information
zaro0508 authored Oct 10, 2023
1 parent d991cc6 commit 34dc522
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
5 changes: 4 additions & 1 deletion sceptre/scipool/config/bmgfki/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.2.0/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.0/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "bmgfki/bootstrap.yaml"
parameters:
LambdaExecutionRoleArn: !stack_output_external "bootstrap::AWSIAMSsmParamLambdaExecutionRole"
LambdaServiceRoleArn: !stack_output_external "bootstrap::AWSIAMCfServiceRole"
5 changes: 4 additions & 1 deletion sceptre/scipool/config/develop/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.2.0/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.0/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "develop/bootstrap.yaml"
parameters:
LambdaExecutionRoleArn: !stack_output_external "bootstrap::AWSIAMSsmParamLambdaExecutionRoleArn"
LambdaServiceRoleArn: !stack_output_external "bootstrap::AWSIAMCfServiceRoleArn"
5 changes: 4 additions & 1 deletion sceptre/scipool/config/prod/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.2.0/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.0/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "prod/bootstrap.yaml"
parameters:
LambdaExecutionRoleArn: !stack_output_external "bootstrap::AWSIAMSsmParamLambdaExecutionRole"
LambdaServiceRoleArn: !stack_output_external "bootstrap::AWSIAMCfServiceRole"
5 changes: 4 additions & 1 deletion sceptre/scipool/config/strides/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.2.0/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.0/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "strides/bootstrap.yaml"
parameters:
LambdaExecutionRoleArn: !stack_output_external "bootstrap::AWSIAMSsmParamLambdaExecutionRole"
LambdaServiceRoleArn: !stack_output_external "bootstrap::AWSIAMCfServiceRole"

0 comments on commit 34dc522

Please sign in to comment.