packages feed

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

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

import Data.Text (Text)

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