Replies: 1 comment
-
Can you try setting With .NET 8 and the switch to Amazon Linux 2023 we found significant performance regression because |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're attempting to retrieve a list of secrets from the AWS Parameter Store in .NET Core 8. To enable external API calls, we included a certificate in the Lambda's environment variables with the key SSL_CERT_DIR and the value /opt/certs. However, after adding this variable, we encountered a certificate error while retrieving data from the parameter store. It worked fine without the SSL_CERT_DIR environment variable. How can we resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions