Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Environment Variable Limit Exceeded in AWS Lambda due to many connection Strings #1501

Open
pakeerubasha-mekala opened this issue Sep 26, 2023 · 0 comments
Labels
question Further information is requested

Comments

@pakeerubasha-mekala
Copy link

pakeerubasha-mekala commented Sep 26, 2023

Issue Overview:
I am encountering an issue related to the 4 KB limit on environment variables in AWS Lambda. This limitation is affecting our Lambda function, which uses the Athena PostgreSQL connector, and requires us to store multiple connection strings. Unfortunately, we have reached the 4 KB limit for environment variables due to the number of connection strings we need to manage.

Issue Details:

  • The AWS Lambda environment variables are limited to 4 KB in size, and this limitation is posing a challenge when storing connection strings for our Lambda function.
  • Our use case requires us to store a significant number of connection strings, and this has pushed us beyond the allowed limit.
  • As a result, we are seeking guidance, best practices, or potential solutions to efficiently manage and access these connection strings within the Lambda function while staying within the 4 KB limit.
@pakeerubasha-mekala pakeerubasha-mekala added the question Further information is requested label Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant