Created
November 1, 2022 10:05
-
-
Save cal0610/26f6a18da340552291ef0015d05372b7 to your computer and use it in GitHub Desktop.
grant lambda permission to dynamodb
This file contains hidden or 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
[createOneLambda, getAllLambda, getOneLambda, updateOneLambda, deleteOneLambda] | |
.forEach(i => storesTable.grantReadWriteData(i)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment