Closed TylerHendrickson closed 1 month ago
QA Check | Result |
---|---|
๐ Client Tests | โ |
๐ Server Tests | โ |
๐ค E2E Tests | โ |
๐ ESLint | โ |
๐งน TFLint | โ |
Step | Result |
---|---|
๐ Terraform Format & Style | โ |
โ๏ธ Terraform Initialization | โ |
๐ค Terraform Validation | โ |
๐ Terraform Plan | โ |
Hint: If "Terraform Format & Style" failed, run terraform fmt -recursive
from the terraform/
directory and commit the results.
Pusher: @TylerHendrickson, Action: pull_request_target
, Workflow: Continuous Integration
Relates to #3481
This PR fixes an issue with the API Gateway access log modifications from #3481, which were rejected by API Gateway because they are not supported for HTTP APIs (only REST APIs).
Additionally (and mostly unrelatedly), this PR includes a few additional variables to ensure that errors are included in access logs.