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 1489ada + bba96cf commit c521f48Copy full SHA for c521f48
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.18.0
+ github.com/aws/aws-lambda-go v1.19.1
7
github.com/stretchr/testify v1.4.0
8
)
0 commit comments