We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07b6562 + 19f191f commit d3e2ed6Copy full SHA for d3e2ed6
go-src/helloworld/go.mod
@@ -3,6 +3,6 @@ module github.com/hackersandslackers/go-lambda-function-tutorial
3
go 1.14
4
5
require (
6
- github.com/aws/aws-lambda-go v1.19.1
+ github.com/aws/aws-lambda-go v1.20.0
7
github.com/stretchr/testify v1.6.1
8
)
0 commit comments