Skip to content

Commit 8c3443a

Browse files
committed
Things must be in src/main, not main
1 parent 370d689 commit 8c3443a

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cloudformation-input-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Resources:
55
HelloFunction:
66
Type: AWS::Serverless::Function
77
Properties:
8-
Handler: index.handler
8+
Handler: cwt.lambda.Hello
99
Runtime: java8
1010
CodeUri: .
1111
Events:

0 commit comments

Comments
 (0)