Skip to content

Commit

Permalink
[IT-3341] Update lambda-mips-api version
Browse files Browse the repository at this point in the history
Add an S3 cache of upstream API responses to our MIP API for fault tolerance.
  • Loading branch information
ConsoleCatzirl authored and jesusaurus committed Feb 2, 2024
1 parent 0c29199 commit f561355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org-formation/050-costs/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AnomalyDetectorService:
# Deploy a general-use microservice for interacting with MIPS in admincentral
MipsMicroservice:
Type: update-stacks
Template: !Sub 'https://${AdminCentralCfnBucket}.s3.amazonaws.com/lambda-mips-api/1.1.1/lambda-mips-api.yaml'
Template: !Sub 'https://${AdminCentralCfnBucket}.s3.amazonaws.com/lambda-mips-api/1.2.0/lambda-mips-api.yaml'
StackName: !Sub '${resourcePrefix}-mips-microservice'
DefaultOrganizationBinding:
IncludeMasterAccount: false
Expand Down

0 comments on commit f561355

Please sign in to comment.