aws-samples/cloudfront-authorization-at-edge

`aws-jwt-verify` unavailable because of private registry

timmeinerzhagen opened this issue · 2 comments

With #157 the npm package aws-jwt-verify was introduced.

The package lock seems to try pulling this via this url under a private registry:
https://<domain>.d.codeartifact.eu-west-1.amazonaws.com:443/npm/<repo>/aws-jwt-verify/-/aws-jwt-verify-1.0.1.tgz.

This is not available publicly and as such npm install fails.

Shouldn't this refer to the official source in the npmjs registry entry aws-jwt-verify?

Thanks for reporting, just fixed it while updating dependencies at the same time.

Ran into a rabbit hole of TypeScript issues with the dependency update but should all be (really) fixed now, by #162