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
When adding policies to a function to read and write to a Dynamo DB table you should be able to add multiple policies for the same table, instead of getting You can only choose one policy template and you can't mix policy templates and actions error.
Alternatively, provide the option to add more than one managed policy to a function in one session.
[ec2-user@ip-10-0-0-16 Unicorn.Properties]$ iam-pol
? Select permission target or use SAM Connector source DynamoDB
? Add action(s)
--- SAM Policy Templates ---
◯ DynamoDBCrudPolicy
◉ DynamoDBReadPolicy
❯◉ DynamoDBWritePolicy
◯ DynamoDBReconfigurePolicy
◯ DynamoDBStreamReadPolicy
◯ DynamoDBBackupFullAccessPolicy
(Move up and down to reveal more choices)
? Add action(s) DynamoDBReadPolicy, DynamoDBWritePolicy
You can only choose one policy template and you can't mix policy templates and actions
The text was updated successfully, but these errors were encountered:
When adding policies to a function to read and write to a Dynamo DB table you should be able to add multiple policies for the same table, instead of getting
You can only choose one policy template and you can't mix policy templates and actions
error.Alternatively, provide the option to add more than one managed policy to a function in one session.
The text was updated successfully, but these errors were encountered: