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 ae4d49b commit f5b1ab5Copy full SHA for f5b1ab5
src/functions-templates/go/hello-world/go.mod
@@ -2,4 +2,4 @@ module github.com/someone/{{name}}
2
3
go 1.15
4
5
-require github.com/aws/aws-lambda-go v1.30.0
+require github.com/aws/aws-lambda-go v1.31.1
src/functions-templates/go/scheduled-function/go.mod
@@ -2,4 +2,4 @@ module github.com/your-github-handle/{{name}}
go 1.17
0 commit comments