Skip to content

Commit

Permalink
INCIDEN-839: Revert ESbuild and AWS SDK updates (#268)
Browse files Browse the repository at this point in the history
## Proposed changes

<!-- Provide a summary of your changes in the title above -->
<!-- Include the Jira ticket number in square brackets as prefix, eg
`[OLH-XXXX]: PR Title` -->

### What changed

Revert ESbuild and AWS SDK updates. This effectively reverts #259 and
#266 as the write-activity-log lambda is failing all requests after
them.


### Why did it change

The update to ESbuild isn't actually a minor update - going to 0.22.0
breaks how packages are built. See their changelog
(https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) and related
issues (evanw/esbuild#3819) for more details.

We did already update to ESBuild 0.23.0 which should have solved the
problem, but we're still seeing all invocations failing. Let's revert
back to a known good config while we understand what's happened.

### Related links

<!-- List any related PRs -->
<!-- List any related ADRs or RFCs -->

## Checklists

<!-- Merging this PR deploys to production. Please answer accurately.
-->

### Environment variables or secrets

- [x] No environment variables or secrets were added or changed

### How to review

Please check the version numbers here against the ones in
#259
  • Loading branch information
alex9smith committed Jul 3, 2024
1 parent f5aee6a commit 9d1dc38
Show file tree
Hide file tree
Showing 2 changed files with 157 additions and 149 deletions.
Loading

0 comments on commit 9d1dc38

Please sign in to comment.