Skip to content

I cannot create lambda function both Visual studio and AWS UI

0

Hi, When I try to deploy lambda function via Visual Studio it always gives me the error "error retrieving configuration for function InvoiceFunction: The service returned an error with Error Code AccessDeniedException and HTTP Body: {"Message":null}"

and then i tried to create lamda function using UI, filled up all the data and hit enter to "create function" button but it loading for a day after I press the button

This is how it look when i landing to the lambda function page Enter image description here

asked 3 years ago559 views

1 Answer
0

I'd first ask you to check that you have the correct access to create Lambda Functions. Information can be found here. https://docs.aws.amazon.com/lambda/latest/dg/access-control-identity-based.html

EXPERT

answered 3 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.