forked from chiefbiiko/dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 0
Reason For Fork
Eric D Moore edited this page Jun 30, 2022
·
1 revision
The Main reason to fork the code was one of removing Permissions from a library - and allowing the applicaiton/binary to broker all the touch points that will trigger permissions.
- The main bone of contention was the usage of the very convenient derive_aws_config function that had a dependency to read from
Deno.env
the user is now expected to do this manually.