packages feed

aws-lambda-haskell-runtime-1.1.0: src/Aws/Lambda/Runtime/API/Version.hs

module Aws.Lambda.Runtime.API.Version
  ( value
  ) where

-- | Version of the AWS Lambda runtime REST API
value :: String
value = "2018-06-01"