aws-samples / amazon-cloudfront-secure-static-site

Create a secure static website with CloudFront for your registered domain.
Apache License 2.0
389 stars 140 forks source link

Bump to Node20 #72

Closed nicholasphair closed 7 months ago

nicholasphair commented 7 months ago

Issue #71

Description of changes: Bumps Node runtime to version 20.

I deployed to my account with no problem. Sorry I can't provide more convincing tests for this pr. Still, hope it saves you some time.

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

ConnorKirk commented 7 months ago

Thanks @nicholasphair for your contribution. I needed to upgrade one function to use the aws-js-sdk-v3 as well, as the v2 sdk is no longer present in the node 20 runtime.

nicholasphair commented 7 months ago

Oops, sorry I missed that. Thanks!