diff --git a/LICENSE.txt b/LICENSE.txt
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2020 EdutainmentLIVE, LLC
+Copyright (c) 2022 ACI Learning
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff --git a/Prolude.hs b/Prolude.hs
--- a/Prolude.hs
+++ b/Prolude.hs
@@ -1,13 +1,5 @@
-{- |
-Module: Prolude
-Description: A custom prelude built by the ITProTV engineers.
-Copyright: Copyright (c) 2020 EdutainmentLIVE, LLC
-License: MIT
--}
-
 module Prolude
   ( module Prolude.Aeson
-  , module Prolude.Aws
   , module Prolude.ByteString
   , module Prolude.Core
   , module Prolude.Csv
@@ -33,7 +25,6 @@
 where
 
 import Prolude.Aeson
-import Prolude.Aws
 import Prolude.ByteString
 import Prolude.Core
 import Prolude.Csv
diff --git a/Prolude/Aws.hs b/Prolude/Aws.hs
deleted file mode 100644
--- a/Prolude/Aws.hs
+++ /dev/null
@@ -1,17 +0,0 @@
-module Prolude.Aws
-  ( -- * Aws re-exports
-    module Network.AWS
-    -- * Alias types
-  , AwsEnv
-    -- * Alias functions
-  , sendAws
-  )
-where
-
-import Network.AWS (MonadAWS, liftAWS)
-import qualified Network.AWS as Aws
-
-type AwsEnv = Aws.Env
-
-sendAws :: (MonadAWS m, Aws.AWSRequest a) => a -> m (Aws.Rs a)
-sendAws = Aws.send
diff --git a/prolude.cabal b/prolude.cabal
--- a/prolude.cabal
+++ b/prolude.cabal
@@ -1,17 +1,17 @@
 cabal-version: >= 1.10
 
 name: prolude
-version: 0.0.0.24
-synopsis: ITProTV's custom prelude
+version: 0.0.0.25
+synopsis: ACI Learning's custom prelude
 description:
-    Prolude is ITProTV's custom prelude.
-    <https://www.itpro.tv>
+    Prolude is ACI Learning's custom prelude.
+    <https://www.acilearning.com>
 
 build-type: Simple
 category: Prelude
 license: MIT
 license-file: LICENSE.txt
-maintainer: ITProTV
+maintainer: ACI Learning
 
 source-repository head
     type: git
@@ -27,7 +27,6 @@
     exposed-modules:
         Prolude
         Prolude.Aeson
-        Prolude.Aws
         Prolude.ByteString
         Prolude.Core
         Prolude.Csv
@@ -51,19 +50,17 @@
         Prolude.Uuid
 
     build-depends:
-        base >= 4.13.0 && < 4.15
-        , aeson >= 1.4.7 && < 1.6
-        , amazonka >= 1.6.0 && < 1.7
-        , bytestring >= 0.10.10 && < 0.11
+        base >= 4.13.0 && < 4.17
+        , aeson >= 1.4.7 && < 1.6 || >= 2.0.3 && < 2.1
+        , bytestring >= 0.10.10 && < 0.12
         , cassava >= 0.5.2.0 && < 0.6
         , containers >= 0.6.2 && < 0.7
         , esqueleto >= 3.5.3 && < 3.6
-        , generic-random >= 1.3.0 && < 1.5
+        , generic-random >= 1.3.0 && < 1.6
         , mongoDB >= 2.7.0 && < 2.8
-        , mtl >= 2.2.2 && < 2.3
         , QuickCheck >= 2.13.2 && < 2.15
         , quickcheck-instances >= 0.3.23 && < 0.4
-        , lens >= 4.18.1 && < 4.20
+        , lens >= 4.18.1 && < 4.20 || >= 5.0.1 && < 5.2
         , network-uri >= 2.6.3 && < 2.7
         , persistent >= 2.8 && < 3
         , persistent-mongoDB >= 2.8 && < 3
@@ -71,12 +68,12 @@
         , scientific >= 0.3.6 && < 0.4
         , servant >= 0.18.1 && < 0.20
         , stm >= 2.5.0 && < 2.6
-        , swagger2 >= 2.5 && < 2.7
+        , swagger2 >= 2.5 && < 2.9
         , text >= 1.2.3 && < 1.3
-        , time >= 1.9.3 && < 1.10
+        , time >= 1.9.3 && < 1.12
         , uuid >= 1.3.13 && < 1.4
         , vector >= 0.12.1 && < 0.13
-        , witch >= 0.3.4 && < 0.4
+        , witch >= 0.3.4 && < 0.4 || >= 1.0.0 && < 1.1
 
     ghc-options:
         -Weverything
