-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(idempotency): remove decorators (#1554)
* chore(idempotency): remove decorators * docs: removed decorators & added middy middleware * docs: exported DynamoDBPersistence & options to API docs * Update DynamoDbPersistenceLayer.test.ts * chore: fix tests
- Loading branch information
1 parent
597103f
commit 3a982fc
Showing
11 changed files
with
118 additions
and
994 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
export * from './errors'; | ||
export * from './IdempotencyConfig'; | ||
export * from './idempotentDecorator'; | ||
export * from './makeFunctionIdempotent'; |
Oops, something went wrong.