Skip to content

Commit

Permalink
fix: Fix handler in SAM template
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeDavis-TriumphTech committed Apr 2, 2023
1 parent c0007a4 commit bcbde6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Resources:
CodeUri:
Bucket: !Ref AppReleaseS3Bucket
Key: !Ref AppReleaseS3Key
Handler: main
Handler: !Ref AppName
Runtime: go1.x
Architectures:
- x86_64
Expand Down

0 comments on commit bcbde6a

Please sign in to comment.