Skip to content

Commit 0a2be0d

Browse files
authored
require SimpleAttributes Plugin from AttributeTranslator (#3125)
1 parent 2e63dfc commit 0a2be0d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

gems/aws-sdk-dynamodbstreams/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Issue - require SimpleAttributes Plugin from AttributeTranslator.
5+
46
1.68.0 (2024-09-24)
57
------------------
68

gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/attribute_translator.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# frozen_string_literal: true
2+
3+
require_relative 'plugins/simple_attributes'
4+
15
module Aws
26
module DynamoDBStreams
37
# A utility class that translates DynamoDBStream events from Lambda

0 commit comments

Comments
 (0)