You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
motivation: go install is the standard default way of installing go programs, but for this package is broken.
go install github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest
produces this error:
go install github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest
go: github.com/aws/aws-lambda-runtime-interface-emulator/cmd/aws-lambda-rie@latest: version constraints conflict:
github.com/aws/aws-lambda-runtime-interface-emulator@v0.0.0-20230608002416-bf7e24860347: parsing go.mod:
module declares its path as: go.amzn.com
but was required as: github.com/aws/aws-lambda-runtime-interface-emulator
any chance that this package gets renamed to github.com/aws/aws-lambda-runtime-interface-emulator instead of go.amzn.com
The text was updated successfully, but these errors were encountered:
motivation:
go install
is the standard default way of installing go programs, but for this package is broken.produces this error:
any chance that this package gets renamed to
github.com/aws/aws-lambda-runtime-interface-emulator
instead ofgo.amzn.com
The text was updated successfully, but these errors were encountered: