|
I have some config files which I would like to be put in as a lambda layer zip. But looks like these fies are not accessible to my lambda. Can someone pls help? |
Answered by
normj
Jul 10, 2025
Replies: 2 comments
|
@varkey98 Please refer to similar issue #599 reported in 2020. There is a blog post shared by user in comment #599 (comment) which could be helpful. |
0 replies
|
What do you mean by the layer not being accessible? I assume when you are deploying your Lambda function you are assigning the layer to the function. The files will be accessible in the |
0 replies
Answer selected by
ashishdhingra
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What do you mean by the layer not being accessible? I assume when you are deploying your Lambda function you are assigning the layer to the function. The files will be accessible in the
/optdirectory in the Lambda environment.