Category Archives: dynamodb

Khóa học miễn phí DynamoDB – Permissions API nhận dự án làm có lương

DynamoDB – Permissions API DynamoDB API offers a large set of actions, which require permissions. In setting permissions, you must establish the actions permitted, resources permitted, and conditions of each. You can specify actions within the Action field of the policy. Specify resource value within the Resource field of the policy. But do ensure that […]

Khóa học miễn phí DynamoDB – Conditions nhận dự án làm có lương

DynamoDB – Conditions In granting permissions, DynamoDB allows specifying conditions for them through a detailed IAM policy with condition keys. This supports settings like access to specific items and attributes. Note − The DynamoDB does not support any tags. Detailed Control Several conditions allow specificity down to items and attributes like granting read-only access to […]

Khóa học miễn phí DynamoDB – Data Pipeline nhận dự án làm có lương

DynamoDB – Data Pipeline Data Pipeline allows for exporting and importing data to/from a table, file, or S3 bucket. This of course proves useful in backups, testing, and for similar needs or scenarios. In an export, you use the Data Pipeline console, which makes a new pipeline and launches an Amazon EMR (Elastic MapReduce) cluster […]