require ( github.com/aws/aws-lambda-go v1.36.1 github.com/stretchr/testify v1.7.2 ) require ( github.com/davecgh/go-spew v1.1.1 // indirect github.com/pmezard/go-difflib v1.0.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect ) module {{ cookiecutter.project_name }} go 1.17