S3 trigger not working for my lambda which is configured in Vpc or even without Vpc

0

Team, I have configured one lambda function with S3 prefix as a trigger but it is not working ,and even not seeing any logs for my lambda invocations , and it has iam role attached with full acces to lambda,S3,and networking

Please help on this !!

2 Answers
0

If there is no Lambda log, then the Lambda may not be running.
Also, how do you set up Lambda triggers?
If you are using EventBridge, please share the event pattern.

profile picture
EXPERT
answered a year ago
  • Hi Riku, Thanks for jumping in , here no logs even for lambda invocations and not using any event bridge here, by s3 events only trying to trigger lambda function the same not working

  • What settings are you using for the S3 prefix that you are triggering? What other S3 actions have you configured to trigger Lambda?

0

This has nothing to do with VPC. Could it be that you do not have the right permissions in your Lambda resource policy? I would recommend that you check that.

profile pictureAWS
EXPERT
Uri
answered a year 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.

Guidelines for Answering Questions