Skip to content

Commit

Permalink
[IT-3316] Update MIP microservice (#1052)
Browse files Browse the repository at this point in the history
Update our MIP microservice lambda to a version that works around
an issue we are seeing in the upstream API.
  • Loading branch information
jesusaurus authored Dec 5, 2023
1 parent 899f8c1 commit 399693a
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.0.0/lambda-mips-api.yaml'
Template: !Sub 'https://${AdminCentralCfnBucket}.s3.amazonaws.com/lambda-mips-api/1.1.0/lambda-mips-api.yaml'
StackName: !Sub '${resourcePrefix}-mips-microservice'
DefaultOrganizationBinding:
IncludeMasterAccount: false
Expand Down

0 comments on commit 399693a

Please sign in to comment.