I've created a project with ASK CLI using "$ask new", it created new IAM user and role along with Skill and lambda, which is great. Now I've added DynamoDB to the project which requires AmazonDynamoDBFullAccess policy. I would like to keep project files self contained, so all necessary dependencies (e.g. policies) are there in source code and added as part of "$ask deploy" instead of going to AWS console and updating role.
How would I define "AmazonDynamoDBFullAccess" in project files (e.g. in skillManifest of skill.json) ?