Joel Haubold

Results 7 comments of Joel Haubold

From the AWS documentation [here](https://docs.aws.amazon.com/IAM/latest/UserGuide/confused-deputy.html#cross-service-confused-deputy-prevention): > For non-service-linked role [trust policies](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_terms-and-concepts.html#term_trust-policy), every service in the trust policy has performed the iam:PassRole action to verify that the role is in the...

From the [documentation on service linked roles](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html). > Remember that service roles are different from service-linked roles. A service role is an [IAM role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html) that a service assumes to perform...

To promisify scans using bluebird you can do this. var Bluebird = require('bluebird') Bluebird.promisifyAll(require('vogels/lib/scan').prototype) Then you can MyTable.scan().execAsync().then(someFunction)

This is caused by Serverless. https://serverless.com/framework/docs/providers/aws/guide/resources#override-aws-cloudformation-resource `_` and `-` are not a valid in cloudformation logicalIds. Serverless converts these to `Dash` and `Underscore` respectively. We should be able to just...

We should just make this an option.

Default off. More transparent. Maybe add a notification.