Skip to content

Commit

Permalink
Merge pull request #33 from StephaniePar/master
Browse files Browse the repository at this point in the history
changes needed for the template to work, because of recent updates to AWS
  • Loading branch information
dgomesbr authored Jan 21, 2022
2 parents 3506ec6 + c275835 commit 7016726
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/03-efsfilesystem.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Resources:
FunctionName: !Join [ '', [ 'efs-', !Ref ElasticFileSystem, '-size-monitor' ] ]
Handler: index.handler
Role: !GetAtt LambdaRole.Arn
Runtime: python2.7
Runtime: python3.9
Timeout: 60
LambdaRole:
Type: AWS::IAM::Role
Expand Down
2 changes: 1 addition & 1 deletion templates/03-rds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Resources:
DatabaseName: !Ref DatabaseName
DBSubnetGroupName: !Ref DataSubnetGroup
Engine: aurora-postgresql
DBClusterParameterGroupName: default.aurora-postgresql11
DBClusterParameterGroupName: default.aurora-postgresql12
KmsKeyId:
!If [ UseAWS-ManagedCMK, !Ref 'AWS::NoValue', !Ref DatabaseCmk ]
MasterUsername: !Join ['', ['{{resolve:secretsmanager:', !Ref MyRDSInstanceSecretArn, ':SecretString:username}}' ]]
Expand Down

0 comments on commit 7016726

Please sign in to comment.