Execution failed due to configuration error: Invalid permissions on Lambda function
515
post-template-default,single,single-post,postid-515,single-format-standard,bridge-core-3.0.1,qodef-qi--touch,qi-addons-for-elementor-1.5.3,qode-page-transition-enabled,ajax_updown,page_not_loaded,,vertical_menu_enabled,no_animation_on_touch,side_area_uncovered_from_content,qode-theme-ver-28.7,qode-theme-bridge,disabled_footer_top,qode_header_in_grid,wpb-js-composer js-comp-ver-6.8.0,vc_responsive,elementor-default,elementor-kit-6

Execution failed due to configuration error: Invalid permissions on Lambda function

Execution failed due to configuration error: Invalid permissions on Lambda function

I recently implemented some Lambda functions and API Gateways using swagger definitions from a colleague. But when I tried to test the gateways, I was always getting the message “Execution failed due to configuration error: Invalid permissions on Lambda function”. This had me stumped because I had set up the appropriate permissions on my lambdas.

Well I finally figured out the problem after much Googling. It turns out that the swagger definitions were pointing to my colleagues lambda functions and not to mine. The clue came from this comment on Github:

https://github.com/awslabs/serverless-application-model/issues/59#issuecomment-296681182

Essentially what I needed to do was to delete the lambda functions in the AWS Gateway integration request section and then add my lambdas back in. Here are a couple of screenshots showing the wrong-account lambda and the correct lambda.

 

 

So this is a good reminder to check account numbers when you import swagger information from another account.



Mastodon