4

Hi I am trying to create a lambda function in amazon lambda. Just trying to follow the python tutorial.

After following all the steps I get a "Service Error" when creating the function.

I found this forum discussing about this link to the forum. I checked with all the environments but still it gives me the service error. error

Is it a configuration issue or a problem with the account ? I am totally new to aws. Appreciate any help regarding this.

6
  • i think its very simple. after wich step you got the error. Commented Jul 15, 2016 at 11:11
  • After I click on the "create Function" button. It gives the error. Commented Jul 15, 2016 at 15:11
  • please add error screen shot with question Commented Jul 16, 2016 at 5:52
  • That does not say more than "Service Error" Commented Jul 16, 2016 at 6:14
  • 1
    Have you considered using Serverless Framework to manage your deployment? It dumbs down the process drastically. Here's a step-by-step tutorial on the setup. Commented Mar 15, 2017 at 23:20

2 Answers 2

1

I was having this problem, but it disappeared when I selected "Choose an existing role" instead of letting the wizard create a role, under "Lambda function handler and role". If I create a role manually I can then assign it to the Lambda afterwards. Maybe that'll help you, too?

Sign up to request clarification or add additional context in comments.

1 Comment

Yes I was having a permission issue. Sorted out from having a role with basic execution permissions attached.
0

I had this problem, too. In my case, I had "Enable active tracing" selected. I tried un-checking that option and it got rid of the error. Maybe I had a permissions problem w/XRay? Who knows; I didn't investigate further.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.