serverless-application-model icon indicating copy to clipboard operation
serverless-application-model copied to clipboard

ComprehendFullAccessPolicy Is Needed

Open MLaunch opened this issue 4 years ago • 3 comments

Description:

SAM, defining function within YAML. Function calls async Comprehend capabilities (classic start/complete). ComprehendBasicAccessPolicy does not include the basic async calls and seems limited to async calls. We either need to expand ComprehendBasicAccessPolicy to include async calls or, alternately, create a full access policy for comprehend. In reality, perhaps both are best. As such, we'd also need passrole for async.

MLaunch avatar Aug 16 '21 06:08 MLaunch

@MLaunch Thanks for posting this issue. It looks like a feature request to me.

Could you please use the feature request template and add some details to each section? Thanks!

xazhao avatar Aug 16 '21 19:08 xazhao

Any updates on this? How would I go about accomplishing this without a template? Would I need to use AWS SAM connectors, AWS CloudFormation mechanisms, or some other method?

emapco avatar Feb 17 '23 21:02 emapco