File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
samples/CommandQuery.Sample.AWSLambda Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- using Amazon . Lambda . Annotations . APIGateway ;
21using Amazon . Lambda . Annotations ;
2+ using Amazon . Lambda . Annotations . APIGateway ;
33using Amazon . Lambda . APIGatewayEvents ;
44using Amazon . Lambda . Core ;
55using CommandQuery . AWSLambda ;
Original file line number Diff line number Diff line change 1- using Amazon . Lambda . Annotations . APIGateway ;
21using Amazon . Lambda . Annotations ;
2+ using Amazon . Lambda . Annotations . APIGateway ;
33using Amazon . Lambda . APIGatewayEvents ;
44using Amazon . Lambda . Core ;
55using CommandQuery . AWSLambda ;
Original file line number Diff line number Diff line change 11using Amazon . Lambda . Annotations ;
22using Amazon . Lambda . Core ;
3+ using CommandQuery . AWSLambda ;
34using CommandQuery . Sample . Contracts . Commands ;
4- using CommandQuery . Sample . Handlers . Commands ;
5- using CommandQuery . Sample . Handlers ;
6- using Microsoft . Extensions . DependencyInjection ;
75using CommandQuery . Sample . Contracts . Queries ;
6+ using CommandQuery . Sample . Handlers ;
7+ using CommandQuery . Sample . Handlers . Commands ;
88using CommandQuery . Sample . Handlers . Queries ;
9- using CommandQuery . AWSLambda ;
9+ using Microsoft . Extensions . DependencyInjection ;
1010
1111[ assembly: LambdaSerializer ( typeof ( Amazon . Lambda . Serialization . SystemTextJson . DefaultLambdaJsonSerializer ) ) ]
1212
You can’t perform that action at this time.
0 commit comments