mhart / aws4

Signs and prepares Node.js requests using AWS Signature Version 4
MIT License
699 stars 175 forks source link

Issue with latest AWS Lambda base images for NodeJS #151

Open lindsgil opened 1 year ago

lindsgil commented 1 year ago

I've been using this library to sign requests in a Docker container that uses an AWS Lambda base image for NodeJS (public.ecr.aws/lambda/nodejs:14.2022.10.26.11) for a while now without issue. When I upgrade the base image to latest (tried both NodeJS version 14 and version 16) the Authorization is invalid.. Any ideas what might be causing it?

mhart commented 1 year ago

No idea. Gonna need more detail