could not import github.com/aws/aws-lambda-go/events (no package for import github.com/aws/aws-lambda-go/events)compiler
Open
troubleshooting
- Dominant language
- Go
- Stars
- 3.8k
- Forks
- 578
- Avg merge
- 8h 18m
- Merged PRs (30d)
- 1
Description
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

Contributor guide
Assessment
This issue has not been assessed yet.