diff --git a/aws-lambda-haskell-runtime.cabal b/aws-lambda-haskell-runtime.cabal
--- a/aws-lambda-haskell-runtime.cabal
+++ b/aws-lambda-haskell-runtime.cabal
@@ -1,13 +1,11 @@
 cabal-version: 1.12
 
--- This file has been generated from package.yaml by hpack version 0.34.1.
+-- This file has been generated from package.yaml by hpack version 0.34.2.
 --
 -- see: https://github.com/sol/hpack
---
--- hash: c833537a67bfa0d976f4297649380558f7db943dcac5a1b180e2ee2401abb3f7
 
 name:           aws-lambda-haskell-runtime
-version:        3.0.4
+version:        3.0.5
 synopsis:       Haskell runtime for AWS Lambda
 description:    Please see the README on GitHub at <https://github.com/theam/aws-lambda-haskell-runtime#readme>
 category:       AWS
@@ -30,6 +28,7 @@
   exposed-modules:
       Aws.Lambda
       Aws.Lambda.Runtime
+      Aws.Lambda.Runtime.Common
   other-modules:
       Aws.Lambda.Configuration
       Aws.Lambda.Meta.Common
@@ -41,7 +40,6 @@
       Aws.Lambda.Runtime.API.Version
       Aws.Lambda.Runtime.ApiGatewayInfo
       Aws.Lambda.Runtime.ApiInfo
-      Aws.Lambda.Runtime.Common
       Aws.Lambda.Runtime.Context
       Aws.Lambda.Runtime.Environment
       Aws.Lambda.Runtime.Error
diff --git a/src/Aws/Lambda.hs b/src/Aws/Lambda.hs
--- a/src/Aws/Lambda.hs
+++ b/src/Aws/Lambda.hs
@@ -6,3 +6,4 @@
 import Aws.Lambda.Runtime as Reexported
 import Aws.Lambda.Runtime.Context as Reexported
 import Aws.Lambda.Runtime.ApiGatewayInfo as Reexported
+import Aws.Lambda.Runtime.Common as Reexported
