I have been importing these 2 libraries , but "github.com/aws/aws-lambda-go/lambda"
works fine, but the import “github.com/aws/aws-lambda-go/events” gives error, I have tried to delete and re-install, but that didnt solve the issue either(I am on windows)
import ( "github.com/aws/aws-lambda-go/lambda" "github.com/aws/aws-lambda-go/events" )
here is my directory containing these 2 libs
And my code imports, no idea what to do