Open
Description
When running serverless deploy function --function graphql
after npm run deploy
to update lambda function with recent changes I ended up with The role defined for the function cannot be assumed by Lambda.
Solution:
in examples/aws-node-graphql-and-rds/resource/LambdaRole.yml
we need to add RoleName
to fix that.
RoleName: serverlessLambdaIAMRole
Metadata
Metadata
Assignees
Labels
No labels