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.
1 parent 07b6562 commit 19f191fCopy full SHA for 19f191f
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