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
I tried to give it a go on a S3 static website.
Running the Wizard, it fails at Configuring Lambda Function
Uploading Function An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The role defined for the function cannot be assumed by Lambda.
The steps before seem to be ok:
Making Requested Changes
Creating SNS Topic for Notifications ✓
Role doesn't exist, attempting to create
Creating Role 'lambda-letsencrypt-test-role'
Role Created
Role policy doesn't exist, attempting to create
Writing Configuration File ✓
Creating Zip File To Upload To Lambda
Adding 'lambda_function.py'
Adding 'simple_acme.py'
Adding 'config.py'
Zip File Created Successfully`
Any idea what could be wrong here?
The text was updated successfully, but these errors were encountered:
Hi @derchrisuk I had this issue. I read somewhere that its just because you need to leave a few seconds before trying to access lamda with a newly created role. If you run it again it should be fine.
I tried to give it a go on a S3 static website.
Running the Wizard, it fails at Configuring Lambda Function
Uploading Function An error occurred (InvalidParameterValueException) when calling the CreateFunction operation: The role defined for the function cannot be assumed by Lambda.
The steps before seem to be ok:
Any idea what could be wrong here?
The text was updated successfully, but these errors were encountered: