Skip to content

Commit 1070ee9

Browse files
committed
0.0.4
1 parent 6fa450b commit 1070ee9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Amazon Lambda Golang Construct
44

5-
This library provides constructs for Golang Lambda functions.
5+
This library provides constructs for Golang (Go 1.11 and 1.12 because of go modules) Lambda functions.
66

77
### Golang Function
88
Define a `GolangFunction`:
@@ -17,6 +17,8 @@ up the entry file:
1717
.
1818
├── stack.ts # defines a 'GolangFunction' with 'my-handler' as id
1919
├── stack/my-handler/main.go
20+
├── stack/my-handler/go.mod
21+
├── stack/my-handler/go.sum
2022
```
2123

2224
### Configuring build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aws-lambda-golang",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "CDK Construct for AWS Lambda in Golang",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)