Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Mar 27, 2024
1 parent 5d78bd8 commit c9ae01a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dynamodb/dynamodb.sim.w
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ pub class Table_sim impl dynamodb_types.ITable {
pub connection: dynamodb_types.Connection;

new(props: dynamodb_types.TableProps) {
// Ideally, we would reuse the same host (and container) for all tables in the same stack,
// but there seems to be a bug somewhere that prevents INSERT events from being processed
// where there's more than one table in the application.
// Ideally, we would reuse the same host (and container) for all tables in
// the same application, but there seems to be a bug somewhere that prevents
// INSERT events from being processed when there's more than one table in
// the application.
//
// So, instead of `this.host = Host.of(this);`, we just:
this.host = new Host();
Expand Down

0 comments on commit c9ae01a

Please sign in to comment.