class Aws::DynamoDB::Plugins::SimpleAttributes::Handler

def call(context)

def call(context)
  context.params = translate_input(context)
  @handler.call(context).on(200) do |response|
    response.data = translate_output(response)
  end
end