File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Amazon Lambda Golang Construct
4
4
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.
6
6
7
7
### Golang Function
8
8
Define a ` GolangFunction ` :
@@ -17,6 +17,8 @@ up the entry file:
17
17
.
18
18
├── stack.ts # defines a 'GolangFunction' with 'my-handler' as id
19
19
├── stack/my-handler/main.go
20
+ ├── stack/my-handler/go.mod
21
+ ├── stack/my-handler/go.sum
20
22
```
21
23
22
24
### Configuring build
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " aws-lambda-golang" ,
3
- "version" : " 0.0.3 " ,
3
+ "version" : " 0.0.4 " ,
4
4
"description" : " CDK Construct for AWS Lambda in Golang" ,
5
5
"main" : " lib/index.js" ,
6
6
"types" : " lib/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments