You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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