Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
fix(cellgeo): let stage wait for log group
Browse files Browse the repository at this point in the history
Getting these errors:

8/90 | 8:42:24 AM | CREATE_FAILED        | AWS::ApiGatewayV2::Stage                 | cellGeolocationApi/stage (cellGeolocationApistage3E9E29D9) Insufficient permissions to enable logging (Service: AmazonApiGatewayV2; Status Code: 400; Error Code: BadRequestException; Request ID: 5632cc06-d3a4-4468-9c1e-f821560f4413; Proxy: null)
  • Loading branch information
coderbyheart committed Oct 22, 2020
1 parent d13b4bd commit 100e280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdk/resources/CellGeolocationApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export class CellGeolocationApi extends CloudFormation.Resource {
}),
},
})
this.stage.node.addDependency(httpApiLogGroup)

// GET __health

Expand Down

0 comments on commit 100e280

Please sign in to comment.