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

use package for oracle and docdb #2417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

aimethed
Copy link
Contributor

Issue #, if available:

Description of changes:
There was a regression with SSL capabilities for DocDB and Oracle connectors. This is likely because lambda controls the environment for package based lambdas (it has to set up an environment to run the zip in), while image based ones you provide the environment. The one lambda sets up for package based lambdas has the certs it seems already baked in. The ones we make with ECR do not (yet).

This returns DocDB and Oracle connectors to use package based lambdas

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant