Amazon web services – Importing the OpenAI Python dependency into AWS Lambda fails
I am trying to add the OpenAI Python library to my AWS Lambda function. I tried to add them via AWS Lambda Layers as described in this guide. However, when executing my code, the addition of this line: import openai…