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

#39: Update cloudformation templates #43

Merged
merged 17 commits into from
Sep 30, 2024
Merged

Conversation

kaklakariada
Copy link
Collaborator

@kaklakariada kaklakariada commented Sep 25, 2024

Closes #39

This migrate JS Lambdas to NodeJS 20 and AWS SDK v3 (see cloudformation_template_diff_1.0.4-2.0.0.patch for the actual changes):

  • Fix imports
  • Remove unnecessary .promise() calls
  • Fix base64-encoding of encrypted passwords: KMS function encrypt() now returns a Uint8Array instead of a Buffer

Additionally:

  • Cleanup Python script that polls until the cluster is fully started, improve log output
  • Remove support for “bring your own license” AMI images which are not supported

scripts/exasol_xmlrpc.py Outdated Show resolved Hide resolved
scripts/exasol_xmlrpc.py Outdated Show resolved Hide resolved
tomuben
tomuben previously approved these changes Sep 27, 2024
tomuben
tomuben previously approved these changes Sep 27, 2024
@kaklakariada kaklakariada merged commit 19330f2 into main Sep 30, 2024
1 check passed
@kaklakariada kaklakariada deleted the kaklakariada/issue39 branch September 30, 2024 05:29
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.

Update CloudFormation template to use NodeJS 20 Lambdas
2 participants