aws / serverless-application-model

The AWS Serverless Application Model (AWS SAM) transform is a AWS CloudFormation macro that transforms SAM templates into CloudFormation templates.
https://aws.amazon.com/serverless/sam
Apache License 2.0
9.34k stars 2.38k forks source link

ComprehendFullAccessPolicy Is Needed #2121

Open MLaunch opened 3 years ago

MLaunch commented 3 years ago

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.

xazhao commented 3 years ago

@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!

emapco commented 1 year ago

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?