You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that, if you use Npdynamodb on any browsers, It has a security issue. Because AccessKey and SecretAccessKey for DynamoDB can be seen from public. We recommend you only using it for private or readonly projects which is not including any privacy informations.
This is misleading. The recommended way to interact with AWS from the frontend is to assume an IAM role and get temporary AWS credentials through Amazon STS. Cognito provides a very simple user-based way to make this happen, and allows public frontend applications to use AWS services directly and with finely-controlled security.
Thanks for picking up where Vogels left off and making this function on the frontend!
The text was updated successfully, but these errors were encountered:
From the README:
This is misleading. The recommended way to interact with AWS from the frontend is to assume an IAM role and get temporary AWS credentials through Amazon STS. Cognito provides a very simple user-based way to make this happen, and allows public frontend applications to use AWS services directly and with finely-controlled security.
Thanks for picking up where Vogels left off and making this function on the frontend!
The text was updated successfully, but these errors were encountered: