Skip to content

Commit

Permalink
fix: migrate to AWS SDK v3
Browse files Browse the repository at this point in the history
This is important for several reasons:

  1. AWS SDK v2 is no longer supported which is a risk. It also outputs
     very annoying deprecation warnings all the time

  2. AWS SDK v2 is 98.1 MB!!! That's too big and it means that every
     single app that uses n-express will be installing aws-sdk
     regardless of whether it's actually used. The CloudWatch client is
     a still-not-great-but-much-better 1MB.

See-also: https://financialtimes.atlassian.net/browse/CPREL-1201
  • Loading branch information
rowanmanning committed Oct 18, 2024
1 parent 67fb819 commit 208f2cf
Show file tree
Hide file tree
Showing 6 changed files with 2,311 additions and 715 deletions.
Loading

0 comments on commit 208f2cf

Please sign in to comment.