Skip to content

Commit

Permalink
fix(Templates): Fix SystemTextJson initialization in aws-sharp (#8092)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsonlyattack committed Aug 19, 2020
1 parent e7efca4 commit 0490e8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/plugins/create/templates/aws-fsharp/Handler.fs
Expand Up @@ -4,6 +4,7 @@ open Amazon.Lambda.Core
[<assembly:LambdaSerializer(typeof<Amazon.Lambda.Serialization.SystemTextJson.DefaultLambdaJsonSerializer>)>]
do ()

[<CLIMutable>]
type Request = { Key1 : string; Key2 : string; Key3 : string }
type Response = { Message : string; Request : Request }

Expand Down

0 comments on commit 0490e8b

Please sign in to comment.