This message was deleted.
# general
s
This message was deleted.
b
You can specify the role(s) you want to use with the callbackfunction resource, but if you don’t, we set the following by default:
Copy code
AWSLambda_FullAccess
CloudWatchFullAccess
CloudWatchEventsFullAccess
AmazonS3FullAccess
AmazonDynamoDBFullAccess
AmazonSQSFullAccess
AmazonKinesisFullAccess
AWSCloudFormationReadOnlyAccess
AmazonCognitoPowerUser
AWSXrayWriteOnlyAccess
If you use the
aws.lambda.Function
then we don’t set anything by default and you have to specify a role to even create the function
🙏 1
a
Great, thanks 🙂