Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#general
Title
g
gray-elephant-37695
05/09/2019, 6:08 AM
Is there a way to specify roles and policies of the lambdas in awsx API? Or are they locked down to the default full access roles?
w
white-balloon-205
05/09/2019, 3:06 PM
You can use
aws.lambda.CallbackFunction
to create a lambda from a callback while also specifying your own roles/policies as well as other customization.
Post